|
[SQL-CVS] r2441 - SQLObject/docs
From: <subversion@co...> - 2007-03-20 15:36
|
Author: phd
Date: 2007-03-20 09:36:19 -0600 (Tue, 20 Mar 2007)
New Revision: 2441
Modified:
SQLObject/docs/News.txt
SQLObject/docs/sqlobject-architecture.txt
Log:
Minor updates.
Modified: SQLObject/docs/News.txt
===================================================================
--- SQLObject/docs/News.txt 2007-03-20 15:34:54 UTC (rev 2440)
+++ SQLObject/docs/News.txt 2007-03-20 15:36:19 UTC (rev 2441)
@@ -55,8 +55,7 @@
* Support for MySQL storage ENGINEs.
-* SQLObject.tableExists() as a shortcut for
- conn.tableExists(cls.sqlmeta.table).
+* cls.tableExists() as a shortcut for conn.tableExists(cls.sqlmeta.table).
Bug Fixes
---------
Modified: SQLObject/docs/sqlobject-architecture.txt
===================================================================
--- SQLObject/docs/sqlobject-architecture.txt 2007-03-20 15:34:54 UTC (rev 2440)
+++ SQLObject/docs/sqlobject-architecture.txt 2007-03-20 15:36:19 UTC (rev 2441)
@@ -4,8 +4,8 @@
.q is an object that returns special attributes of type
sqlbuilder.SQLExpression. SQLExpression is a special class that overrides
-almost all Python magic methods and upon any operation it, instead of
-evaluating, it constructs another instance of SQLExpression that remembers
+almost all Python magic methods and upon any operation instead of
+evaluating it constructs another instance of SQLExpression that remembers
what operation it has to do. A kind of symbolic algebra. Example:
SQLExpression("foo") > 30
|
| Thread | Author | Date |
|---|---|---|
| [SQL-CVS] r2441 - SQLObject/docs | <subversion@co...> |