Contact: fumanchu@aminus.org

Log in as guest/geniusql to create tickets

root/trunk/geniusql/test/zoo_fixture.py


Mode:

Legend:

Added
Modified
Copied or renamed
Date Rev Chgset Author Log Message
(edit) 04/05/12 18:52:46 @325 [325] lakin As of sqlite3 2.6.0 (python module version) - we can put ON clauses for …
(edit) 04/05/12 18:52:11 @323 [323] lakin fixing the Postgresql LIKE queries.
(edit) 04/05/12 18:51:57 @322 [322] lakin fixing the PgPickle? class which was not correctly undoing some of its own …
(edit) 04/05/12 18:51:34 @321 [321] lakin allowing us to skip the concurrency one that often segfaults.
(edit) 10/18/11 13:42:54 @311 [311] lakin further fixes to the whitespace.
(edit) 10/17/11 23:50:18 @309 [309] ltnooy Fixing timezone tests to deal with daylight saving time.
(edit) 10/17/11 23:16:58 @308 [308] ltnooy Changing timezone select tests to work across all server configured …
(edit) 10/15/11 16:17:20 @306 [306] ltnooy Adding a test for the previous timezone aware datetime select fixes.
(edit) 09/21/11 22:48:46 @300 [300] ltnooy Fixing postgres timezones with negative hours.
(edit) 09/21/11 22:00:41 @299 [299] ltnooy Adding postgres support for timestamps with timezone information.
(edit) 06/22/11 00:23:00 @298 [298] lakin mark the SQL as imperfect (is that right?) when there is a string scalar …
(edit) 06/18/11 23:38:48 @297 [297] lakin adding some warnings filter for scale precision. We know that those data …
(edit) 06/14/11 12:10:08 @293 [293] lakin cleaning up the tests, and removing providers that we don't have the …
(edit) 06/13/11 16:36:20 @291 [291] lakin fixing some more tests. Specifically, the exists method for in memory …
(edit) 02/04/09 18:14:28 @273 [273] fumanchu Made unreachable test skippable.
(edit) 02/04/09 17:22:58 @270 [270] fumanchu A couple zoo test tweaks.
(edit) 01/27/09 13:45:47 @266 [266] fumanchu New test and fix for mysql ENUM.
(edit) 11/30/08 23:45:51 @259 [259] fumanchu Test fixlet.
(edit) 11/28/08 21:26:24 @256 [256] fumanchu Whew. Major move of LIKE logic from the deparsers into the adapters. This …
(edit) 11/28/07 21:46:47 @248 [248] fumanchu Added SQLInjection tests. Also bolstered the type checking of comparison …
(edit) 11/26/07 20:20:58 @245 [245] fumanchu Firebird support for auto-reconnect.
(edit) 11/26/07 16:59:56 @240 [240] fumanchu Initial work on auto-reconnecting to DB (pypgsql and mysql). The remaining …
(edit) 11/18/07 17:45:55 @238 [238] fumanchu Test and temporary "fix" (raise an error) for #19 (Support imperfect SQL …
(edit) 11/18/07 16:43:04 @236 [236] fumanchu New max_scale attribute for SQL92DECIMAL.
(edit) 11/17/07 18:10:24 @232 [232] fumanchu Improvements to SQLite transactions.
(edit) 11/17/07 17:50:42 @231 [231] fumanchu Oops.
(edit) 11/17/07 15:00:24 @224 [224] fumanchu Proper rollback on concurrency test errors.
(edit) 11/17/07 14:51:21 @222 [222] fumanchu Docstrings, and commented out a test that doesn't have any code for it …
(edit) 11/08/07 17:59:50 @219 [219] fumanchu postgres: better str to bytea support.
(edit) 10/29/07 14:31:13 @204 [204] fumanchu Most of the fix for #16 (add View class).
(edit) 09/24/07 11:13:01 @175 [175] fumanchu Better error handling for pypgsql DDL, plus a new connection test.
(edit) 09/08/07 17:40:17 @162 [162] fumanchu New reversed order test.
(edit) 08/28/07 20:25:05 @154 [154] fumanchu Added 'offset' arg to Database.select, plus SELECT and SelectWriter?. Also …
(edit) 08/23/07 16:15:00 @146 [146] fumanchu Much better multischema support: …
(edit) 08/15/07 00:04:28 @138 [138] fumanchu New update/delete/insertwriter classes (pypgsql only at the moment).
(edit) 08/13/07 01:14:24 @135 [135] fumanchu Merged AST branch back into trunk.
(edit) 08/04/07 17:32:53 @116 [116] fumanchu Some attribute lists were not sequences.
(edit) 08/01/07 16:25:57 @106 [106] fumanchu New tests (and a couple fixes) for scalar columns. Also faster …
(edit) 07/28/07 21:07:23 @102 [102] fumanchu New --skip_test command-line args to test suite.
(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 15:45:49 @94 [94] fumanchu Added a 'strict=True' argument to db.select. Also made a more robust …
(edit) 06/11/07 17:35:49 @90 [90] fumanchu Cosmetics.
(edit) 05/14/07 18:11:46 @88 [88] fumanchu Moved some now() calls closer to the invocation of their provider …
(edit) 05/08/07 16:42:19 @86 [86] fumanchu A couple ADO tweaks.
(edit) 05/08/07 15:49:40 @85 [85] fumanchu Normalized "query" to mean geniusql.Query and used "sql" everywhere else …
(edit) 05/08/07 11:46:41 @84 [84] fumanchu Bah. Wish I'd known about these PyTime? attributes sooner.
(edit) 05/08/07 02:18:34 @83 [83] fumanchu New --cover cmdline arg to test.py, plus some misc fixes.
(edit) 05/04/07 18:15:52 @82 [82] fumanchu Replaced (relation, attributes, restriction) arg lists with a new …
(edit) 04/10/07 15:58:42 @69 [69] fumanchu Firebird upgraded to latest adapter/dbtype syntax.
(edit) 04/09/07 13:06:49 @65 [65] fumanchu Moved adapters.AdapterSet? to dbtypes.DatabaseTypeSet?.
(edit) 04/05/07 19:09:53 @62 [62] fumanchu Postgres fixes (new adapters and dbtypes).
(edit) 04/03/07 18:10:44 @56 [56] fumanchu Cosmetics.
(edit) 04/01/07 20:31:20 @54 [54] fumanchu Deeper rabbit hole: New DatabaseType? replaces column.dbtype, …
(edit) 03/25/07 16:59:51 @51 [51] fumanchu Full fix for Firebird date operations.
(edit) 03/24/07 23:54:40 @47 [47] fumanchu Fixed SQL Server binary ops.
(edit) 03/24/07 19:45:24 @46 [46] fumanchu Fully functional MS Access date arithmetic. I just broke SQL Server, of …
(edit) 03/23/07 16:51:56 @45 [45] fumanchu Changed TypeAdapter?.coerce signature form (hints, pytype) to (pytype, …
(edit) 03/22/07 17:50:45 @41 [41] fumanchu MySQL binary_op with dates almost works now.
(edit) 03/22/07 15:37:34 @40 [40] fumanchu Finished binary_op work for ADO date/time objects.
(edit) 03/21/07 13:32:52 @38 [38] fumanchu Almost-working fully-typed decompiler. Removed the lat vestiges of Dejavu …
(edit) 03/15/07 17:49:03 @35 [35] fumanchu Preliminary support for using lambdas as select attributes.
(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 17:26:45 @28 [28] fumanchu Skip isolation tests for SQLite :memory:.
(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/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/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 …
(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 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: …
(add) 02/11/07 02:31:31 @2 [2] fumanchu New Database methods: make_table, save, insert. Added initial test suite …