dabodemo Commit
Revision 533
Date: 2007-08-13 11:41:20 -0700 (Mon, 13 Aug 2007)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabodemo/changeset/533
Changed:
U trunk/tutorial/dbEditableGrid.py
Log:
Fixed a typo that really has no bearing on the example, but it is better
to have everything as correct as possible, I suppose...
Diff:
Modified: trunk/tutorial/dbEditableGrid.py
===================================================================
--- trunk/tutorial/dbEditableGrid.py 2007-08-13 18:07:32 UTC (rev 532)
+++ trunk/tutorial/dbEditableGrid.py 2007-08-13 18:41:20 UTC (rev 533)
@@ -16,7 +16,7 @@
biz.UserSQL = "select id, name, valid from customers"
biz.DataStructure = (
# (field_alias, field_type, pk, table_name, field_name,
field_scale)
- ("id", "C", True, "customers", "id"),
+ ("id", "I", True, "customers", "id"),
("name", "C", False, "customers", "name"),
("valid", "B", False, "customers", "valid"))
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]