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