Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 03/11/07 02:30:32 @29 [29] fumanchu Oops.
(edit) 03/10/07 23:26:45 @28 [28] fumanchu Skip isolation tests for SQLite :memory:.
(edit) 03/10/07 20:35:13 @27 [27] fumanchu New Database.pks_must_be_indexed attribute. Also reworked SQLite temp …
(edit) 03/10/07 18:36:22 @26 [26] fumanchu New --memory arg to test_sqlite.py
(edit) 03/10/07 18:34:06 @25 [25] fumanchu Buglet in SQLite.
(edit) 03/10/07 18:33:36 @24 [24] fumanchu float bugfix in ADO.
(edit) 03/09/07 00:52:55 @23 [23] fumanchu New Table.add_primary, drop_primary methods. Also made a new 'Bijection' …
(edit) 03/07/07 00:05:51 @22 [22] fumanchu Renamed Bijection.inverse to 'key_for'.
(edit) 03/06/07 18:21:48 @21 [21] fumanchu Buglet in sqlite.
(edit) 03/06/07 00:09:22 @20 [20] fumanchu Worked around MySQL case-lowering by adding SelectWriter?.output_keys and …
(edit) 02/19/07 19:33:18 @19 [19] fumanchu First crack at an insert_into method. Resultset class renamed to …
(edit) 02/18/07 23:36:15 @18 [18] fumanchu Moved Database.isrelatedtype to TypeAdapter?.related. Also moved …
(edit) 02/18/07 03:17:50 @17 [17] fumanchu New doc folder. Also removed Table.use_asterisk_to_delete_all. Also …
(edit) 02/18/07 01:00:47 @16 [16] fumanchu More tests, plus Tables now join themselves with &, >> and <<.
(edit) 02/17/07 22:56:32 @15 [15] fumanchu CRUD improvements. New symmetry of delete/delete_all, save/save_all, …
(edit) 02/17/07 05:26:39 @14 [14] fumanchu Added isolation tests. Database kwargs now set child attributes if the key …
(edit) 02/17/07 04:11:06 @13 [13] fumanchu Package reorganization.
(edit) 02/17/07 03:16:03 @12 [12] fumanchu Added AttributeDocstrings? metaclass.
(edit) 02/16/07 23:56:58 @11 [11] fumanchu Split Schema from Database. Table objects now reference a parent schema, …
(edit) 02/15/07 01:12:02 @10 [10] fumanchu Separated all connection/transaction logic into a new 'connectionmanager' …
(edit) 02/13/07 06:17:19 @9 [9] fumanchu Yet more tests. Added Table.delete and delete_all methods. All id_clause …
(edit) 02/13/07 01:48:48 @8 [8] fumanchu More tests. Moved id_clause, insert, save, and _grab_new_ids from Database …
(edit) 02/12/07 23:39:14 @7 [7] fumanchu Various bugfixes related to Table.created.
(edit) 02/12/07 22:34:25 @6 [6] fumanchu Added 'pytype' attribute to Columns: …
(edit) 02/12/07 06:58:30 @5 [5] fumanchu More tests. It looks like I'll have to give Column a "pytype" attribute …
(edit) 02/12/07 05:59:01 @4 [4] fumanchu More tests (and they all pass, now). Also: …
(edit) 02/12/07 02:43:10 @3 [3] fumanchu More implementations of _grab_new_ids.
(edit) 02/11/07 08:31:31 @2 [2] fumanchu New Database methods: make_table, save, insert. Added initial test suite …
(add) 02/11/07 04:20:42 @1 [1] fumanchu Initial import.