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