|
|
03/23/06 18:35:09 |
@204
|
[204]
|
fumanchu |
Updated recur module. |
|
|
03/22/06 18:53:02 |
@203
|
[203]
|
fumanchu |
Bah. Bug in SingleConnection? (conn not released after close). |
|
|
03/22/06 18:04:02 |
@202
|
[202]
|
fumanchu |
Doc updates to recur. |
|
|
03/20/06 06:48:36 |
@201
|
[201]
|
fumanchu |
Separated connection factories (pools, etc) out of the StorageManager? … |
|
|
03/20/06 02:01:50 |
@200
|
[200]
|
fumanchu |
Fix for #55 (MySQL auto_increment is wonky). Turns out that LAST_INSERT_ID … |
|
|
03/20/06 01:16:51 |
@199
|
[199]
|
fumanchu |
Gah! |
|
|
03/20/06 01:13:45 |
@198
|
[198]
|
fumanchu |
Bah. Forgot to save before testing. |
|
|
03/20/06 01:07:55 |
@197
|
[197]
|
fumanchu |
Quick fix for #54 (Sandbox._magify introduces circular references). It … |
|
|
03/17/06 18:55:26 |
@196
|
[196]
|
fumanchu |
New threaded write tests. SQLite currently fails these; see #53. |
|
|
03/15/06 21:48:31 |
@195
|
[195]
|
fumanchu |
Fix for #50 (backslash doubled in SQLite). |
|
|
03/15/06 21:46:07 |
@194
|
[194]
|
fumanchu |
Test for #50 (backslash doubled at insert in SQLite). |
|
|
03/15/06 21:45:27 |
@193
|
[193]
|
fumanchu |
Fix for #51 (remove expanded columns). If anyone objects, this can be … |
|
|
03/13/06 17:27:08 |
@192
|
[192]
|
fumanchu |
Bugfixes and new storeado.rename_property method. |
|
|
03/10/06 22:35:42 |
@191
|
[191]
|
fumanchu |
Fix for #49 (Unit._properties should be a list, not a dict). … |
|
|
03/09/06 16:14:52 |
@190
|
[190]
|
fumanchu |
Doc tweak. |
|
|
03/09/06 08:48:26 |
@189
|
[189]
|
fumanchu |
Ugly first crack at database introspection. I don't like the API yet, but … |
|
|
03/07/06 23:32:23 |
@188
|
[188]
|
fumanchu |
Fix for #48 (unitclass.identifiers should be strings, not property … |
|
|
03/07/06 22:43:58 |
@187
|
[187]
|
fumanchu |
drop_property now drops indices as needed. Needs a test and support in all … |
|
|
03/06/06 00:32:02 |
@186
|
[186]
|
fumanchu |
Clearer docs on external logic functions. |
|
|
03/05/06 05:13:03 |
@185
|
[185]
|
fumanchu |
postgres support for auoincrement. |
|
|
03/05/06 04:29:40 |
@184
|
[184]
|
fumanchu |
MySQL AUTO_INCREMENT support. |
|
|
03/04/06 19:48:22 |
@183
|
[183]
|
fumanchu |
Those SM's with autoincrement support now respect … |
|
|
03/04/06 19:12:22 |
@182
|
[182]
|
fumanchu |
Oops. Forgot to test _autoincrement_support in reserve(). |
|
|
03/04/06 18:49:44 |
@181
|
[181]
|
fumanchu |
SQLite didn't add the AUTOINCREMENT keyword until 3.1.0 alpha. |
|
|
03/03/06 23:55:39 |
@180
|
[180]
|
fumanchu |
Fix for #46 (Multiple schema changes doesn't work with sqlite < 3.2.0). |
|
|
03/03/06 19:57:43 |
@179
|
[179]
|
fumanchu |
recur updated from its SVN. |
|
|
03/03/06 07:37:05 |
@178
|
[178]
|
fumanchu |
Fix for #42 (shelve issues). |
|
|
03/03/06 06:57:49 |
@177
|
[177]
|
fumanchu |
Implemented autoincrement for MS SQL Server. |
|
|
03/03/06 01:25:53 |
@176
|
[176]
|
fumanchu |
Implementation of SQLite autoincrement. |
|
|
03/02/06 21:39:19 |
@175
|
[175]
|
fumanchu |
Initial implementation of database-level sequencing. Only MSAccess + … |
|
|
03/02/06 19:54:38 |
@174
|
[174]
|
fumanchu |
Oops. Wrong sequencer on DeployedVersion? class. |
|
|
02/28/06 23:48:51 |
@173
|
[173]
|
fumanchu |
Start of Firebird Storage Manager. |
|
|
02/28/06 05:48:09 |
@172
|
[172]
|
fumanchu |
Fix for #45 (memorize fails on unicode inside tuple). |
|
|
02/26/06 10:02:17 |
@171
|
[171]
|
fumanchu |
Added codewalk support for dict creation (BUILD_MAP, DUP_TOP, ROT_THREE, … |
|
|
02/16/06 19:50:27 |
@170
|
[170]
|
fumanchu |
Removing setup.py, since it must exist outside the package it deploys. |
|
|
02/14/06 21:52:28 |
@168
|
[168]
|
fumanchu |
Fixed some errors when fetch returns empty col_defs. |
|
|
02/11/06 09:59:54 |
@167
|
[167]
|
fumanchu |
New setup.py for distutils. |
|
|
02/11/06 08:55:01 |
@166
|
[166]
|
fumanchu |
Now distributing xray module with dejavu. |
|
|
02/11/06 08:37:21 |
@165
|
[165]
|
fumanchu |
Now distributing recur module with dejavu. |
|
|
02/11/06 08:22:00 |
@164
|
[164]
|
fumanchu |
New testdb folder for test_storeshelve.py. |
|
|
02/11/06 08:18:04 |
@163
|
[163]
|
fumanchu |
Reverted a special-case test for caching. Not sure why it was there in the … |
|
|
02/11/06 07:46:57 |
@162
|
[162]
|
fumanchu |
Bah. datetime.datetime is only stored at 1-second resolution. |
|
|
02/11/06 07:28:11 |
@161
|
[161]
|
fumanchu |
Minor SQLite fixes. |
|
|
02/11/06 06:17:52 |
@160
|
[160]
|
fumanchu |
Fix for storemysql: decompiler check now uses template conn (so that … |
|
|
02/11/06 06:07:49 |
@159
|
[159]
|
fumanchu |
Fixed the test suite to use the new schema assert_storage method and … |
|
|
02/11/06 06:06:40 |
@158
|
[158]
|
fumanchu |
New test for pythoncom in test_storemsaccess.py; warn if not importable. |
|
|
02/11/06 06:05:35 |
@157
|
[157]
|
fumanchu |
Safer storeshelve.drop_database (using a unique file extension). |
|
|
02/10/06 21:24:52 |
@156
|
[156]
|
fumanchu |
Comments and a "raise x" fix. |
|
|
02/06/06 18:09:35 |
@155
|
[155]
|
fumanchu |
New docs for the changes to Schema. |
|
|
02/01/06 06:47:30 |
@154
|
[154]
|
fumanchu |
Smarter NotImplemented? errors. |
|
|
02/01/06 00:13:05 |
@153
|
[153]
|
fumanchu |
StoreShelve? now acts more like a db in its schema methods. |
|
|
02/01/06 00:12:37 |
@152
|
[152]
|
fumanchu |
StorageManagerSQLite may now take a relative path for "Database". |
|
|
02/01/06 00:11:58 |
@151
|
[151]
|
fumanchu |
Removed the CreateIfMissing? option; this should now be performed with a … |
|
|
02/01/06 00:10:53 |
@150
|
[150]
|
fumanchu |
StorageManager? base class now raises NotImplemented? for schema functions. |
|
|
02/01/06 00:10:16 |
@149
|
[149]
|
fumanchu |
Moved assertion of storage out of schema.upgrade_to_1 and into … |
|
|
01/22/06 08:03:40 |
@148
|
[148]
|
fumanchu |
Earlier detection of bad Path passed to storeshelve. |
|
|
01/21/06 01:50:32 |
@147
|
[147]
|
fumanchu |
Wrapped TemporarySweeper? in a try block instead of a function. |
|
|
01/14/06 08:21:57 |
@146
|
[146]
|
fumanchu |
Trap for a storeado close error. |
|
|
01/12/06 21:55:07 |
@145
|
[145]
|
fumanchu |
Doc updates for [138], [143]. |
|
|
01/12/06 21:09:18 |
@144
|
[144]
|
fumanchu |
You can now set "register = False" on a UnitAssociation? to keep the arena … |
|
|
01/11/06 18:51:09 |
@143
|
[143]
|
fumanchu |
New schema.stage (to allow listeners to wait for an upgrade to finish). |
|
|
01/10/06 21:48:46 |
@142
|
[142]
|
fumanchu |
New StorageManagerDB.has_property method |
|
|
01/09/06 07:50:37 |
@141
|
[141]
|
fumanchu |
Gratuitous premature optimization. |
|
|
01/09/06 04:48:46 |
@140
|
[140]
|
fumanchu |
Bah. Fixes for SM.destroy methods (new use_asterisk_to_get_all flag). |
|
|
01/08/06 04:39:38 |
@139
|
[139]
|
fumanchu |
Fix for #38 (Engine.FinalClassName? not updated). |
|
|
01/08/06 04:38:54 |
@138
|
[138]
|
fumanchu |
New TriggerProperty? class, a subclass of UnitProperty? to help write … |
|
|
01/05/06 22:03:36 |
@137
|
[137]
|
fumanchu |
Moved the cache.sweep and new Temporary Unit workers to use the latest … |
|
|
12/27/05 06:03:10 |
@135
|
[135]
|
fumanchu |
Doc updates for [132], [134]. |
|
|
12/27/05 05:18:16 |
@134
|
[134]
|
fumanchu |
Fix for #30 (UnitProperty?.default). |
|
|
12/27/05 05:13:22 |
@133
|
[133]
|
fumanchu |
Bah. Missed a test suite upgrade from Animal.Name to Animal.Species. |
|
|
12/27/05 04:13:14 |
@132
|
[132]
|
fumanchu |
Fix for #26 (Sandbox magic recaller methods). |
|
|
12/27/05 02:57:40 |
@131
|
[131]
|
fumanchu |
Fix for #31 (handle multiple refs to same table with AS). |
|
|
12/26/05 04:24:28 |
@130
|
[130]
|
fumanchu |
Consolidated error trapping on consume(). |
|
|
12/24/05 01:55:18 |
@129
|
[129]
|
fumanchu |
Oops. |
|
|
12/24/05 01:54:52 |
@128
|
[128]
|
fumanchu |
New Schema.deployed property = DeployedVersion?.Version. |
|
|
12/21/05 08:48:04 |
@127
|
[127]
|
fumanchu |
Initial implementation of #16 (schema changes). See modeling.html … |
|
|
12/19/05 19:14:40 |
@126
|
[126]
|
fumanchu |
Use "raise" instead of "raise x" to get the full traceback. Using "raise … |
|
|
12/14/05 21:11:38 |
@125
|
[125]
|
fumanchu |
Typo in db.SM.destroy(). |
|
|
12/12/05 01:04:08 |
@124
|
[124]
|
fumanchu |
First crack at inheritance (#32). |
|
|
12/11/05 21:26:16 |
@123
|
[123]
|
fumanchu |
Fix for #36 (column names not correctly escaped). Changes to … |
|
|
12/09/05 22:14:19 |
@122
|
[122]
|
fumanchu |
Fix for #35. |
|
|
12/09/05 20:48:43 |
@121
|
[121]
|
fumanchu |
New test for #35. |
|
|
12/08/05 17:30:24 |
@120
|
[120]
|
fumanchu |
Sandbox.multirecall has now been folded into Sandbox.xrecall (and … |
|
|
12/07/05 08:13:22 |
@119
|
[119]
|
fumanchu |
Fix for #27 (OUTER JOIN capability).
… |
|
|
12/07/05 03:27:55 |
@118
|
[118]
|
fumanchu |
storeado wasn't logging all SQL. |
|
|
12/06/05 07:36:13 |
@117
|
[117]
|
fumanchu |
New __all__ attribute in zoo_fixture.py. |
|
|
12/06/05 06:45:24 |
@116
|
[116]
|
fumanchu |
New __all__ module attributes. |
|
|
12/02/05 19:56:29 |
@115
|
[115]
|
fumanchu |
Storage tests now report (simple) time of execution. |
|
|
11/30/05 23:06:21 |
@114
|
[114]
|
fumanchu |
logic: function Aggregator needed to take max(co_argcount) and … |
|
|
11/29/05 04:49:56 |
@113
|
[113]
|
fumanchu |
Fix for #29 (arbitrary primary keys):
… |
|
|
11/28/05 04:54:39 |
@112
|
[112]
|
fumanchu |
Docs: Bah. Forgot page header, title. |
|
|
11/28/05 04:51:46 |
@111
|
[111]
|
fumanchu |
Docs: New section on passing through SQL. |
|
|
11/26/05 08:19:06 |
@110
|
[110]
|
fumanchu |
multirecall changes (BACKWARD INCOMPATIBLE):
… |
|
|
11/26/05 04:37:23 |
@109
|
[109]
|
fumanchu |
test_logic readability cleanups. |
|
|
11/26/05 04:29:39 |
@108
|
[108]
|
fumanchu |
New "version" method for db SM's. |
|
|
11/26/05 03:52:01 |
@107
|
[107]
|
fumanchu |
logic.Expression changes:
… |
|
|
11/24/05 21:35:24 |
@106
|
[106]
|
fumanchu |
Fixed a failing test for CachingProxy? and BurnedProxy?. Both were … |
|
|
11/23/05 07:59:40 |
@105
|
[105]
|
fumanchu |
Doc typo. |
|
|
11/23/05 07:56:17 |
@104
|
[104]
|
fumanchu |
Docs: fixed up the examples so they actually work (or at least specify … |
|
|
11/21/05 23:03:00 |
@103
|
[103]
|
fumanchu |
Missing import in arenas.py. |