|
|
09/25/07 05:40:24 |
@177
|
[177]
|
fumanchu |
New test and fix for adding Expressions with LOAD_GLOBAL instructions. |
|
|
09/24/07 17:59:21 |
@176
|
[176]
|
fumanchu |
Schema'd sequence name fix and DON'T run CREATE SCHEMA on a master conn! … |
|
|
09/24/07 16:13:01 |
@175
|
[175]
|
fumanchu |
Better error handling for pypgsql DDL, plus a new connection test. |
|
|
09/24/07 05:24:57 |
@174
|
[174]
|
fumanchu |
New restrict=False arg for PgSchema?.drop. |
|
|
09/24/07 03:39:53 |
@173
|
[173]
|
fumanchu |
Typo in postgres.PgSchema?.drop_sequence. |
|
|
09/24/07 01:20:01 |
@172
|
[172]
|
fumanchu |
Docstring updates. |
|
|
09/22/07 21:39:07 |
@171
|
[171]
|
fumanchu |
Postgres experiment: prefix table.qname with the schema.name. |
|
|
09/22/07 19:54:55 |
@170
|
[170]
|
fumanchu |
ConnectionPool?.retry was an int equal to the number of times to retry the … |
|
|
09/22/07 00:38:27 |
@169
|
[169]
|
fumanchu |
Removed discover_dbinfo from Database.__init__--callers should be … |
|
|
09/20/07 21:43:19 |
@168
|
[168]
|
fumanchu |
Fix for pypgsql default values. |
|
|
09/20/07 21:13:24 |
@167
|
[167]
|
zakj |
Renamed AssociationError? to ReferenceError?. |
|
|
09/13/07 22:45:04 |
@166
|
[166]
|
fumanchu |
Buglet in DatabaseType?.default_adapter. |
|
|
09/10/07 23:06:51 |
@165
|
[165]
|
fumanchu |
Moved "distinct" arg to the end of various functions. |
|
|
09/10/07 23:06:22 |
@164
|
[164]
|
fumanchu |
Some MySQL 5.0.3+ fixes. |
|
|
09/08/07 22:40:43 |
@163
|
[163]
|
fumanchu |
Fix for stop when using MSAccess without fixedpoint lib installed. |
|
|
09/08/07 22:40:17 |
@162
|
[162]
|
fumanchu |
New reversed order test. |
|
|
09/08/07 21:44:37 |
@161
|
[161]
|
fumanchu |
You may now use "reversed(table.colname)" in orderby lambdas to indicate … |
|
|
09/04/07 04:55:51 |
@160
|
[160]
|
fumanchu |
Support for pysqlite2 (in versions of Python < 2.5, before it was built … |
|
|
09/01/07 19:26:18 |
@159
|
[159]
|
fumanchu |
Work on generator expressions, including a new JoinIterator? class (since … |
|
|
09/01/07 16:20:44 |
@158
|
[158]
|
fumanchu |
Buglet in LambdaParser? SLICE_PLUS_2 and 3. |
|
|
08/31/07 07:35:03 |
@157
|
[157]
|
fumanchu |
Buglet in pypgsql version |
|
|
08/30/07 05:20:16 |
@156
|
[156]
|
fumanchu |
Test script buglets. |
|
|
08/29/07 18:25:08 |
@155
|
[155]
|
fumanchu |
Bug in SQLServer init. |
|
|
08/29/07 01:25:05 |
@154
|
[154]
|
fumanchu |
Added 'offset' arg to Database.select, plus SELECT and SelectWriter?. Also … |
|
|
08/28/07 20:28:30 |
@153
|
[153]
|
fumanchu |
Separate adapters for timezone-aware or -naive datetimes for Postgres. |
|
|
08/27/07 22:52:53 |
@152
|
[152]
|
fumanchu |
Improved timezone support (pg only at the moment). |
|
|
08/27/07 00:52:57 |
@151
|
[151]
|
fumanchu |
Some extra sugar and a doc update. |
|
|
08/27/07 00:52:32 |
@150
|
[150]
|
fumanchu |
Oops. Bug in postgres _get_table. |
|
|
08/25/07 22:17:39 |
@149
|
[149]
|
fumanchu |
Doc updates. |
|
|
08/24/07 16:03:31 |
@148
|
[148]
|
fumanchu |
Unjoined some discovery calls. |
|
|
08/23/07 21:20:05 |
@147
|
[147]
|
fumanchu |
Exclude sqlite_sequence from SQLite _get_tables. |
|
|
08/23/07 21:15:00 |
@146
|
[146]
|
fumanchu |
Much better multischema support:
… |
|
|
08/23/07 15:45:35 |
@145
|
[145]
|
fumanchu |
Pass table object to _get_columns/_get_index instead of tablename. |
|
|
08/21/07 05:26:17 |
@144
|
[144]
|
fumanchu |
Benchmark touchups. |
|
|
08/16/07 08:46:12 |
@143
|
[143]
|
fumanchu |
New Table.description attribute, plus lots of postgres reflection fixes. |
|
|
08/16/07 01:25:47 |
@142
|
[142]
|
fumanchu |
Added 'ignore' arg to schema.discover_all. |
|
|
08/15/07 06:29:58 |
@141
|
[141]
|
fumanchu |
Oops. |
|
|
08/15/07 05:55:11 |
@140
|
[140]
|
fumanchu |
Renamed select.py to sqlwriters.py. |
|
|
08/15/07 05:27:54 |
@139
|
[139]
|
fumanchu |
Provider updates to new delete/update/insertwriter classes. Fixes #11. |
|
|
08/15/07 05:04:28 |
@138
|
[138]
|
fumanchu |
New update/delete/insertwriter classes (pypgsql only at the moment). |
|
|
08/14/07 21:05:17 |
@137
|
[137]
|
fumanchu |
Broke separate SQLStatement/SQLWriter base classes and a SELECT class out … |
|
|
08/13/07 07:05:32 |
@136
|
[136]
|
fumanchu |
Doc updates. |
|
|
08/13/07 06:14:24 |
@135
|
[135]
|
fumanchu |
Merged AST branch back into trunk. |
|
|
08/04/07 22:32:53 |
@116
|
[116]
|
fumanchu |
Some attribute lists were not sequences. |
|
|
08/03/07 18:49:42 |
@115
|
[115]
|
fumanchu |
Minor cleanups to logic.Expression. |
|
|
08/03/07 16:45:11 |
@114
|
[114]
|
fumanchu |
made from_genexp a classmethod |
|
|
08/03/07 16:38:00 |
@113
|
[113]
|
fumanchu |
New benchmark module. |
|
|
08/03/07 15:49:12 |
@112
|
[112]
|
fumanchu |
Fix for #10 (Psycopg errors on DDL in autocommit mode). |
|
|
08/03/07 09:08:15 |
@111
|
[111]
|
fumanchu |
Got rid of that awful _initargs with some equally awful … |
|
|
08/03/07 09:04:47 |
@110
|
[110]
|
fumanchu |
codewalk wasn't using modern set implementations. |
|
|
08/01/07 21:55:42 |
@109
|
[109]
|
fumanchu |
Genexp first steps. |
|
|
08/01/07 21:27:31 |
@108
|
[108]
|
fumanchu |
Added skip_* args to test help. |
|
|
08/01/07 21:26:37 |
@107
|
[107]
|
fumanchu |
License updates. |
|
|
08/01/07 21:25:57 |
@106
|
[106]
|
fumanchu |
New tests (and a couple fixes) for scalar columns. Also faster … |
|
|
07/29/07 07:46:39 |
@105
|
[105]
|
fumanchu |
Hackish first attempt at a GenExpDecompiler?. |
|
|
07/29/07 05:03:59 |
@104
|
[104]
|
fumanchu |
Fix for #7 (SQLite timezone interaction broken). Wasn't correcting for … |
|
|
07/29/07 02:08:28 |
@103
|
[103]
|
fumanchu |
Changed DatasetIterator? to truly iterate over the supplied data (instead … |
|
|
07/29/07 02:07:23 |
@102
|
[102]
|
fumanchu |
New --skip_test command-line args to test suite. |
|
|
07/29/07 01:43:47 |
@101
|
[101]
|
fumanchu |
optimization for _select_lazy |
|
|
07/29/07 00:00:16 |
@100
|
[100]
|
fumanchu |
New 'limit' arg to select methods. |
|
|
07/28/07 22:42:48 |
@99
|
[99]
|
fumanchu |
New Query.order attribute. |
|
|
07/23/07 23:28:33 |
@98
|
[98]
|
fumanchu |
New Expression.is_constant method. |
|
|
07/23/07 23:27:02 |
@97
|
[97]
|
fumanchu |
Last of the big doc updates. |
|
|
07/23/07 22:27:44 |
@96
|
[96]
|
fumanchu |
Yet more docs. |
|
|
07/23/07 21:49:14 |
@95
|
[95]
|
fumanchu |
Another chunk o docs. |
|
|
07/23/07 20:45:49 |
@94
|
[94]
|
fumanchu |
Added a 'strict=True' argument to db.select. Also made a more robust … |
|
|
07/23/07 00:37:02 |
@93
|
[93]
|
fumanchu |
Doc updates. |
|
|
07/23/07 00:36:42 |
@92
|
[92]
|
fumanchu |
Added optional 'restriction' arg to some DML methods. |
|
|
07/09/07 23:15:39 |
@91
|
[91]
|
fumanchu |
ADO: conn timeouts are read-only once the conn is open. |
|
|
06/11/07 22:35:49 |
@90
|
[90]
|
fumanchu |
Cosmetics. |
|
|
05/21/07 20:16:41 |
@89
|
[89]
|
fumanchu |
Docs. |
|
|
05/14/07 23:11:46 |
@88
|
[88]
|
fumanchu |
Moved some now() calls closer to the invocation of their provider … |
|
|
05/14/07 22:54:46 |
@87
|
[87]
|
fumanchu |
Better message on sqlite deadlock. |
|
|
05/08/07 21:42:19 |
@86
|
[86]
|
fumanchu |
A couple ADO tweaks. |
|
|
05/08/07 20:49:40 |
@85
|
[85]
|
fumanchu |
Normalized "query" to mean geniusql.Query and used "sql" everywhere else … |
|
|
05/08/07 16:46:41 |
@84
|
[84]
|
fumanchu |
Bah. Wish I'd known about these PyTime? attributes sooner. |
|
|
05/08/07 07:18:34 |
@83
|
[83]
|
fumanchu |
New --cover cmdline arg to test.py, plus some misc fixes. |
|
|
05/04/07 23:15:52 |
@82
|
[82]
|
fumanchu |
Replaced (relation, attributes, restriction) arg lists with a new … |
|
|
05/03/07 18:08:27 |
@81
|
[81]
|
fumanchu |
New logic.combine(expr, kwargs) function (and sundry). |
|
|
04/30/07 22:52:05 |
@80
|
[80]
|
fumanchu |
Allow join.path attributes to be logic.Expression objects. |
|
|
04/30/07 22:50:58 |
@79
|
[79]
|
fumanchu |
Allow SQLExpression.aggregate True values to bubble up. |
|
|
04/18/07 22:34:06 |
@78
|
[78]
|
fumanchu |
Quote bug in decompile_attributes. |
|
|
04/18/07 22:33:46 |
@77
|
[77]
|
fumanchu |
New auto_pickle attribute for DatabaseTypeSet?. |
|
|
04/16/07 23:59:06 |
@76
|
[76]
|
fumanchu |
New decimal/fixed to float adapters. |
|
|
04/12/07 21:59:41 |
@75
|
[75]
|
fumanchu |
New conns.ConnectionPerThread? class (and new SQLiteDatabase.threadsafe … |
|
|
04/12/07 00:05:40 |
@74
|
[74]
|
fumanchu |
Some provider typos and minor fixes. |
|
|
04/12/07 00:05:17 |
@73
|
[73]
|
fumanchu |
Fixed some precision conversion issues from base 2 to base 10. Also added … |
|
|
04/10/07 22:24:48 |
@72
|
[72]
|
fumanchu |
Some firebird tweaks. |
|
|
04/10/07 21:07:18 |
@71
|
[71]
|
fumanchu |
Postgres buglet. |
|
|
04/10/07 20:59:31 |
@70
|
[70]
|
fumanchu |
Uniform TypeErrors? in adapters. |
|
|
04/10/07 20:58:42 |
@69
|
[69]
|
fumanchu |
Firebird upgraded to latest adapter/dbtype syntax. |
|
|
04/10/07 20:58:04 |
@68
|
[68]
|
fumanchu |
Renamed adapters.numeric_to_* to number_to_* to avoid confusion with … |
|
|
04/10/07 17:49:23 |
@67
|
[67]
|
fumanchu |
SQLite upgraded to latest adapter/dbtype syntax. |
|
|
04/10/07 00:52:08 |
@66
|
[66]
|
fumanchu |
MySQL upgraded to latest adapter/dbtype syntax. |
|
|
04/09/07 18:06:49 |
@65
|
[65]
|
fumanchu |
Moved adapters.AdapterSet? to dbtypes.DatabaseTypeSet?. |
|
|
04/06/07 08:20:32 |
@64
|
[64]
|
fumanchu |
Fix for Postgres meganumbers (stored as TEXT). |
|
|
04/06/07 07:59:18 |
@63
|
[63]
|
fumanchu |
Weird SQL Server max precision fix. |
|
|
04/06/07 00:09:53 |
@62
|
[62]
|
fumanchu |
Postgres fixes (new adapters and dbtypes). |
|
|
04/05/07 22:45:25 |
@61
|
[61]
|
fumanchu |
Fixes for sqlserver. |
|
|
04/05/07 22:19:10 |
@60
|
[60]
|
fumanchu |
Better class names; in general, most DatabaseTypes? are now SQL92* and … |