|
|
11/18/07 07:15:06 |
@235
|
[235]
|
fumanchu |
Fix for SQL Server SNAPSHOT isolation. |
|
|
11/18/07 04:29:56 |
@234
|
[234]
|
fumanchu |
Final fixes for SQLite. Looks like what it needed most all along was just … |
|
|
11/18/07 00:58:19 |
@233
|
[233]
|
fumanchu |
Whoops. Now that localtime_offset depends on the time of year, it … |
|
|
11/18/07 00:10:24 |
@232
|
[232]
|
fumanchu |
Improvements to SQLite transactions. |
|
|
11/17/07 23:50:42 |
@231
|
[231]
|
fumanchu |
Oops. |
|
|
11/17/07 23:09:56 |
@230
|
[230]
|
fumanchu |
Daylight-savings date-transformation bug in adapters.py. This fixes pretty … |
|
|
11/17/07 22:48:56 |
@229
|
[229]
|
fumanchu |
Woops. MySQL reminded me to implement the reverse encoding dance when … |
|
|
11/17/07 22:38:40 |
@228
|
[228]
|
fumanchu |
Fix for DROPping tables before views (Firebird complained when we tried to … |
|
|
11/17/07 22:30:31 |
@227
|
[227]
|
fumanchu |
Firebird 2 (or more likely, a recent version of kinterbasdb) changed the … |
|
|
11/17/07 22:20:10 |
@226
|
[226]
|
fumanchu |
Added support for Firebird 2.0's CHAR_LENGTH function. |
|
|
11/17/07 21:56:51 |
@225
|
[225]
|
fumanchu |
Fix for FB pickle encoding bugs. This "fixes" all other DB's too, although … |
|
|
11/17/07 21:00:24 |
@224
|
[224]
|
fumanchu |
Proper rollback on concurrency test errors. |
|
|
11/17/07 20:52:51 |
@223
|
[223]
|
fumanchu |
Fix for Firebird 2.0, which assumes scalar columns are padded CHAR (so … |
|
|
11/17/07 20:51:21 |
@222
|
[222]
|
fumanchu |
Docstrings, and commented out a test that doesn't have any code for it … |
|
|
11/12/07 19:05:00 |
@221
|
[221]
|
fumanchu |
Buglet in MySQL SET TRANSACTION usage. Thanks to Mathieu Rouleau for the … |
|
|
11/12/07 18:40:13 |
@220
|
[220]
|
fumanchu |
Fix for #18 (MySQL 5.0.3+ returning DECIMAL with no fractions). |
|
|
11/08/07 23:59:50 |
@219
|
[219]
|
fumanchu |
postgres: better str to bytea support. |
|
|
11/08/07 16:59:20 |
@218
|
[218]
|
fumanchu |
Safer sequencing for postgres. |
|
|
11/06/07 00:41:16 |
@217
|
[217]
|
fumanchu |
More 2.5 funkiness. |
|
|
11/05/07 23:20:44 |
@216
|
[216]
|
fumanchu |
logic.filter now allows an empty dict. Also a Py2.5 bugfix. |
|
|
11/05/07 22:35:12 |
@215
|
[215]
|
fumanchu |
Allow named_opcodes to take a string (e.g. a co_code string). |
|
|
11/05/07 20:35:46 |
@214
|
[214]
|
fumanchu |
logic: Bugfixes for Expression.is_constant. |
|
|
11/05/07 18:54:43 |
@213
|
[213]
|
fumanchu |
Fix for is_constant when the func has a docstring in co_consts (instead of … |
|
|
11/05/07 18:52:57 |
@212
|
[212]
|
fumanchu |
Either I was wrong about changes to co_consts in Python 2.5, or it was … |
|
|
11/05/07 18:50:28 |
@211
|
[211]
|
fumanchu |
Python 2.5 fix to test_logic.py. |
|
|
11/04/07 20:32:15 |
@210
|
[210]
|
lakin |
SQLite.setitem without _add_column_support mistakenly called … |
|
|
11/01/07 17:27:43 |
@209
|
[209]
|
fumanchu |
New Schema.index_name method. New Table.implicit_pkey_indices flag. Not … |
|
|
10/31/07 21:14:23 |
@208
|
[208]
|
fumanchu |
Sequence improvements:
… |
|
|
10/31/07 21:01:32 |
@207
|
[207]
|
fumanchu |
Switched to getpass for password input. |
|
|
10/30/07 19:12:59 |
@206
|
[206]
|
fumanchu |
New builtin logic function alias(table.attr, 'newkey'). |
|
|
10/29/07 23:56:01 |
@205
|
[205]
|
fumanchu |
Some fixes for View discovery. |
|
|
10/29/07 19:31:13 |
@204
|
[204]
|
fumanchu |
Most of the fix for #16 (add View class). |
|
|
10/29/07 19:28:47 |
@203
|
[203]
|
fumanchu |
Improved Statement class for queries. |
|
|
10/25/07 23:57:19 |
@202
|
[202]
|
fumanchu |
Redundant method override. |
|
|
10/25/07 23:47:50 |
@201
|
[201]
|
fumanchu |
Firebird 2.0 fixes. Still a lot failing, but not everything now. |
|
|
10/25/07 20:55:28 |
@200
|
[200]
|
fumanchu |
Moved Query and Join to a new queries module. Promoted Join to top level. … |
|
|
10/25/07 07:30:38 |
@199
|
[199]
|
fumanchu |
Moved most of Schema.__setitem__ and __delitem__ to new … |
|
|
10/25/07 04:59:52 |
@198
|
[198]
|
fumanchu |
New ConnectionManager?.initial_sql attribute, for running e.g. "SET … |
|
|
10/19/07 15:47:08 |
@197
|
[197]
|
fumanchu |
Error message audit. |
|
|
10/18/07 15:48:30 |
@196
|
[196]
|
fumanchu |
Doc update (db.create). |
|
|
10/12/07 19:15:12 |
@195
|
[195]
|
fumanchu |
Trapped another libpq.DatabaseError?. |
|
|
10/07/07 03:30:39 |
@194
|
[194]
|
fumanchu |
Oops. |
|
|
10/07/07 02:30:34 |
@193
|
[193]
|
fumanchu |
Use getpass for benchmark. |
|
|
10/07/07 02:30:11 |
@192
|
[192]
|
fumanchu |
logic.Expression now allows the 'func' arg to be a dict; it will convert … |
|
|
10/06/07 21:30:44 |
@191
|
[191]
|
fumanchu |
Doc work. |
|
|
10/06/07 21:30:13 |
@190
|
[190]
|
fumanchu |
Buglets in logic. |
|
|
10/04/07 08:49:10 |
@189
|
[189]
|
fumanchu |
Added OFFSET support to SQL Server (thanks to Paul Silveira). |
|
|
10/03/07 21:52:11 |
@188
|
[188]
|
fumanchu |
MySQL: Warning and error for manual insertion of 0 into an AUTO_INCREMENT … |
|
|
10/03/07 21:50:43 |
@187
|
[187]
|
fumanchu |
Oops. Safer to close the conn with a finally. |
|
|
10/03/07 21:11:47 |
@186
|
[186]
|
fumanchu |
Fix for SQL Server when manually inserting values into an identity column. … |
|
|
10/03/07 19:47:34 |
@185
|
[185]
|
fumanchu |
I think this is the way to go: allow the DB to autoincrement on INSERT … |
|
|
10/01/07 19:33:14 |
@184
|
[184]
|
zakj |
Handle a 'dbtype' hint to coerce a given DatabaseType?. |
|
|
09/29/07 00:12:29 |
@183
|
[183]
|
fumanchu |
Even better. |
|
|
09/29/07 00:02:23 |
@182
|
[182]
|
fumanchu |
Fix for SQL Server 2005 Express Edition. |
|
|
09/28/07 19:57:02 |
@181
|
[181]
|
fumanchu |
Doc updates. |
|
|
09/25/07 22:22:15 |
@180
|
[180]
|
fumanchu |
Oops. |
|
|
09/25/07 22:13:46 |
@179
|
[179]
|
fumanchu |
Improved handling of schema name for sequences. |
|
|
09/25/07 06:30:29 |
@178
|
[178]
|
fumanchu |
New test and fix for adding Expressions with LOAD_DEREF instructions. |
|
|
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. |