Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/objects.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) 03/18/09 19:50:39 @278 [278] fumanchu New Database.exists method.
(edit) 11/30/08 23:45:37 @258 [258] fumanchu Better error messages on imperfect SELECT.
(edit) 11/28/08 21:24:44 @255 [255] fumanchu Buglet in _select_lazy.
(edit) 11/26/07 16:59:56 @240 [240] fumanchu Initial work on auto-reconnecting to DB (pypgsql and mysql). The remaining …
(edit) 11/20/07 13:59:25 @239 [239] fumanchu Partial fix for #19 (Support imperfect SQL when LIMIT/OFFSET is provided). …
(edit) 11/18/07 17:45:55 @238 [238] fumanchu Test and temporary "fix" (raise an error) for #19 (Support imperfect SQL …
(edit) 11/17/07 16:38:40 @228 [228] fumanchu Fix for DROPping tables before views (Firebird complained when we tried to …
(edit) 11/01/07 12:27:43 @209 [209] fumanchu New Schema.index_name method. New Table.implicit_pkey_indices flag. Not …
(edit) 10/31/07 16:14:23 @208 [208] fumanchu Sequence improvements: …
(edit) 10/29/07 18:56:01 @205 [205] fumanchu Some fixes for View discovery.
(edit) 10/29/07 14:31:13 @204 [204] fumanchu Most of the fix for #16 (add View class).
(edit) 10/29/07 14:28:47 @203 [203] fumanchu Improved Statement class for queries.
(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/25/07 02:30:38 @199 [199] fumanchu Moved most of Schema.__setitem__ and __delitem__ to new …
(edit) 10/19/07 10:47:08 @197 [197] fumanchu Error message audit.
(edit) 10/12/07 14:15:12 @195 [195] fumanchu Trapped another libpq.DatabaseError?.
(edit) 10/06/07 16:30:44 @191 [191] fumanchu Doc work.
(edit) 10/03/07 14:47:34 @185 [185] fumanchu I think this is the way to go: allow the DB to autoincrement on INSERT …
(edit) 09/23/07 20:20:01 @172 [172] fumanchu Docstring updates.
(edit) 09/21/07 19:38:27 @169 [169] fumanchu Removed discover_dbinfo from Database.__init__--callers should be …
(edit) 09/10/07 18:06:51 @165 [165] fumanchu Moved "distinct" arg to the end of various functions.
(edit) 08/28/07 20:25:05 @154 [154] fumanchu Added 'offset' arg to Database.select, plus SELECT and SelectWriter?. Also …
(edit) 08/26/07 19:52:57 @151 [151] fumanchu Some extra sugar and a doc update.
(edit) 08/23/07 16:15:00 @146 [146] fumanchu Much better multischema support: …
(edit) 08/23/07 10:45:35 @145 [145] fumanchu Pass table object to _get_columns/_get_index instead of tablename.
(edit) 08/16/07 03:46:12 @143 [143] fumanchu New Table.description attribute, plus lots of postgres reflection fixes.
(edit) 08/15/07 20:25:47 @142 [142] fumanchu Added 'ignore' arg to schema.discover_all.
(edit) 08/15/07 00:55:11 @140 [140] fumanchu Renamed select.py to sqlwriters.py.
(edit) 08/15/07 00:04:28 @138 [138] fumanchu New update/delete/insertwriter classes (pypgsql only at the moment).
(edit) 08/14/07 16:05:17 @137 [137] fumanchu Broke separate SQLStatement/SQLWriter base classes and a SELECT class out …
(edit) 08/13/07 02:05:32 @136 [136] fumanchu Doc updates.
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 07/28/07 21:08:28 @103 [103] fumanchu Changed DatasetIterator? to truly iterate over the supplied data (instead …
(edit) 07/28/07 20:43:47 @101 [101] fumanchu optimization for _select_lazy
(edit) 07/28/07 19:00:16 @100 [100] fumanchu New 'limit' arg to select methods.
(edit) 07/28/07 17:42:48 @99 [99] fumanchu New Query.order attribute.
(edit) 07/23/07 18:27:02 @97 [97] fumanchu Last of the big doc updates.
(edit) 07/23/07 15:45:49 @94 [94] fumanchu Added a 'strict=True' argument to db.select. Also made a more robust …
(edit) 07/22/07 19:36:42 @92 [92] fumanchu Added optional 'restriction' arg to some DML methods.
(edit) 05/21/07 15:16:41 @89 [89] fumanchu Docs.
(edit) 05/08/07 15:49:40 @85 [85] fumanchu Normalized "query" to mean geniusql.Query and used "sql" everywhere else …
(edit) 05/04/07 18:15:52 @82 [82] fumanchu Replaced (relation, attributes, restriction) arg lists with a new …
(edit) 05/03/07 13:08:27 @81 [81] fumanchu New logic.combine(expr, kwargs) function (and sundry).
(edit) 04/10/07 17:24:48 @72 [72] fumanchu Some firebird tweaks.
(edit) 04/10/07 12:49:23 @67 [67] fumanchu SQLite upgraded to latest adapter/dbtype syntax.
(edit) 04/09/07 13:06:49 @65 [65] fumanchu Moved adapters.AdapterSet? to dbtypes.DatabaseTypeSet?.
(edit) 04/06/07 02:59:18 @63 [63] fumanchu Weird SQL Server max precision fix.
(edit) 04/05/07 13:51:37 @59 [59] fumanchu Better adaptation. Adapters now do all the binary_op and compare_op logic. …
(edit) 04/02/07 18:07:48 @55 [55] fumanchu sqlserver and msaccess now work.
(edit) 04/01/07 20:31:20 @54 [54] fumanchu Deeper rabbit hole: New DatabaseType? replaces column.dbtype, …
(edit) 03/23/07 16:51:56 @45 [45] fumanchu Changed TypeAdapter?.coerce signature form (hints, pytype) to (pytype, …
(edit) 03/21/07 13:32:52 @38 [38] fumanchu Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu …
(edit) 03/19/07 13:30:01 @36 [36] fumanchu Moved codewalk, logic from dejavu.
(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) 03/12/07 12:39:50 @30 [30] fumanchu Changed add_primary to set_primary; it now drops first (since MySQL cannot …
(edit) 03/10/07 14:35:13 @27 [27] fumanchu New Database.pks_must_be_indexed attribute. Also reworked SQLite temp …
(edit) 03/08/07 18:52:55 @23 [23] fumanchu New Table.add_primary, drop_primary methods. Also made a new 'Bijection' …
(edit) 03/06/07 18:05:51 @22 [22] fumanchu Renamed Bijection.inverse to 'key_for'.
(edit) 03/05/07 18:09:22 @20 [20] fumanchu Worked around MySQL case-lowering by adding SelectWriter?.output_keys and …
(edit) 02/19/07 13:33:18 @19 [19] fumanchu First crack at an insert_into method. Resultset class renamed to …
(edit) 02/18/07 17:36:15 @18 [18] fumanchu Moved Database.isrelatedtype to TypeAdapter?.related. Also moved …
(edit) 02/17/07 21:17:50 @17 [17] fumanchu New doc folder. Also removed Table.use_asterisk_to_delete_all. Also …
(edit) 02/17/07 19:00:47 @16 [16] fumanchu More tests, plus Tables now join themselves with &, >> and <<.
(edit) 02/17/07 16:56:32 @15 [15] fumanchu CRUD improvements. New symmetry of delete/delete_all, save/save_all, …
(edit) 02/16/07 23:26:39 @14 [14] fumanchu Added isolation tests. Database kwargs now set child attributes if the key …
(add) 02/16/07 22:11:06 @13 [13] fumanchu Package reorganization.