Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/__init__.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 10/18/11 13:33:19 @310 [310] lakin geniusql - fixing whitespcae
(edit) 01/20/09 21:26:08 @265 [265] fumanchu Typo in _AttributeDocstrings.
(edit) 10/25/07 15:55:28 @200 [200] fumanchu Moved Query and Join to a new queries module. Promoted Join to top level. …
(edit) 10/06/07 16:30:44 @191 [191] fumanchu Doc work.
(edit) 08/26/07 19:52:57 @151 [151] fumanchu Some extra sugar and a doc update.
(edit) 08/15/07 01:29:58 @141 [141] fumanchu Oops.
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 03/15/07 17:49:03 @35 [35] fumanchu Preliminary support for using lambdas as select attributes.
(edit) 03/15/07 12:59:00 @34 [34] fumanchu Split decompilation from select module into its own decompile module.
(edit) 02/18/07 17:36:15 @18 [18] fumanchu Moved Database.isrelatedtype to TypeAdapter?.related. Also moved …
(edit) 02/16/07 22:11:06 @13 [13] fumanchu Package reorganization.
(edit) 02/16/07 21:16:03 @12 [12] fumanchu Added AttributeDocstrings? metaclass.
(edit) 02/16/07 17:56:58 @11 [11] fumanchu Split Schema from Database. Table objects now reference a parent schema, …
(edit) 02/14/07 19:12:02 @10 [10] fumanchu Separated all connection/transaction logic into a new 'connectionmanager' …
(edit) 02/13/07 00:17:19 @9 [9] fumanchu Yet more tests. Added Table.delete and delete_all methods. All id_clause …
(edit) 02/12/07 19:48:48 @8 [8] fumanchu More tests. Moved id_clause, insert, save, and _grab_new_ids from Database …
(edit) 02/12/07 17:39:14 @7 [7] fumanchu Various bugfixes related to Table.created.
(edit) 02/12/07 16:34:25 @6 [6] fumanchu Added 'pytype' attribute to Columns: …
(edit) 02/12/07 00:58:30 @5 [5] fumanchu More tests. It looks like I'll have to give Column a "pytype" attribute …
(edit) 02/11/07 23:59:01 @4 [4] fumanchu More tests (and they all pass, now). Also: …
(edit) 02/11/07 02:31:31 @2 [2] fumanchu New Database methods: make_table, save, insert. Added initial test suite …
(add) 02/10/07 22:20:42 @1 [1] fumanchu Initial import.