Timeline
10/15/09:
- 17:19 TutorialDivingIn edited by
- (diff)
- 16:59 TutorialDivingIn edited by
- (diff)
- 16:27 TutorialDivingIn edited by
- added some update/delete docs (diff)
- 14:42 Ticket #70 (Allow multiple using_table_options to set options) closed by
- fixed: done in r505
- 14:41 Changeset [505] by
-
- using_options_defaults and using_table_options statements can be used ...
- 14:32 Ticket #100 (Order by doesn't work with a column defined in a parent class) created by
- […]
- 12:28 Ticket #99 (Provide several "option provider") created by
- eg. […]
- 11:50 Ticket #98 (zope interface incompatibility in instrument_class) closed by
- fixed: Looks good. Patch applied in r504. Thanks again for the patch (and for …
- 11:48 Changeset [504] by
-
- Fixed custom bases classes and versioned extension when used with zope
...
- 11:07 Changeset [503] by
-
update release process to include check of API docs
- 11:03 Ticket #96 (Fix API doc errors) closed by
- fixed: Workaround for the Apydia 0.0.3/trunk bug is in r499 and ReST markup was …
- 10:57 Changeset [502] by
-
fix ReST markup so that API docs look good
- 10:56 Changeset [501] by
-
PEP8 improvements in examples. Not sure it's worth it, since it is so ...
- 10:55 Changeset [500] by
-
one more old-style decorator busted
- 10:45 Changeset [499] by
-
workaround a bug in Apydia trunk
10/14/09:
- 15:48 Changeset [498] by
-
fix too long line
- 15:34 Ticket #98 (zope interface incompatibility in instrument_class) created by
- This code will fail and show an incompatibility with …
10/13/09:
- 16:02 Changeset [497] by
-
more cleanup after dropping py2.3/SA0.4
- 15:05 Changeset [496] by
-
minor cleanup of events test
- 14:57 Changeset [495] by
-
more cleanup thanks to py2.3 & SA 0.4 support drop
- 14:25 Ticket #97 (Investiguate how to move away from global/default-provided session, ...) created by
- The migration needs to be fairly painless
10/05/09:
- 10:20 Ticket #96 (Fix API doc errors) created by
- It seems like there are ReST errors in the API docs: - …
10/02/09:
- 15:24 Documentation edited by
- Updated API docs (diff)
- 14:30 Changeset [494] by
-
almost functional conversion
- 14:28 Changeset [493] by
-
experimental branch to test whether getting Field inherit from Column is ...
- 12:21 Changeset [492] by
-
update versions
- 12:13 Changeset [491] by
-
change version numbers
- 12:06 Changeset [490] by
-
Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from ...
- 11:42 Changeset [489] by
-
maintenance branch for 0.7.x
10/01/09:
- 18:06 Changeset [488] by
-
callable is deprecated in py3k
- 17:42 Ticket #95 (Update Elixir description everywhere) created by
- It's highly outdated... It appears at least at the following places: …
- 17:12 Documentation edited by
- (diff)
- 16:49 News edited by
- (diff)
- 16:42 Changeset [487] by
-
tag release, yay
- 16:39 Changeset [486] by
-
release time, yay!
- 16:28 Changeset [485] by
-
fix a few cosmetic issues reported by pyflakes (mostly unused imports)
- 16:12 Changeset [484] by
-
update all web links
- 15:41 Milestone 0.7 completed
09/30/09:
- 21:00 Migrate06to07 edited by
- (diff)
- 20:58 Migrate06to07 edited by
- (diff)
- 20:37 Changeset [483] by
-
fix changelog
- 20:27 Changeset [482] by
-
update changelog
- 20:25 Changeset [481] by
-
- added test for migration after M2M column format change through ...
- 17:44 Migrate06to07 edited by
- (diff)
- 14:59 Ticket #92 (Session.mapper is deprecated) closed by
- fixed: fixed in r480.
- 14:58 Changeset [480] by
-
- Provide our own Session.mapper equivalent to avoid SQLAlchemy 0.5.5+
...
09/29/09:
- 19:11 Ticket #94 (Support table_options on ManyToMany intermediate tables) closed by
- fixed: options_defaults done in r478, r479.
- 19:11 Changeset [479] by
-
link to ticket
- 18:53 Changeset [478] by
-
- Default table_options (defined in options_defaultstable_options?) are ...
- 18:12 Changeset [477] by
-
- Added a "table_kwargs" argument on ManyToMany relationships to pass any
...
- 14:46 Changeset [476] by
-
formatting fix
- 14:14 Changeset [475] by
-
- changed the M2M column format again (only differ from the 0.6.x naming ...
09/27/09:
- 21:09 Changeset [474] by
-
fix autoload test
- 21:03 Changeset [473] by
-
move autoload_mixed test with the other autoload tests
- 20:52 Changeset [472] by
-
added fixme
- 20:51 Changeset [471] by
-
cosmetic improvements
09/25/09:
- 18:11 Changeset [470] by
-
rewrote all autoload tests so that they pass on SA 0.6 and they are not as ...
- 13:25 Ticket #86 (The handling of inherited columns with overridden column names is broken.) closed by
- worksforme: Sorry for leaving this bug report open for so long... Your "testcase" …
- 13:02 Ticket #83 (Problems with migrate) closed by
- invalid: Somehow this bug report escaped my radar all this time. Sorry about …
- 11:25 Changeset [469] by
-
more changelog
- 11:15 Changeset [468] by
-
changelog that fix
09/24/09:
- 20:45 Changeset [467] by
-
sed 's/sqlite:\/\/\//sqlite:\/\//' *.py
- 20:42 Changeset [466] by
-
deprecate autosetup option
- 17:16 Changeset [465] by
-
- Fixed Elixir to work with the future SQLAlchemy 0.6 (trunk as of ...
- 17:14 Changeset [464] by
-
comments, sqlite uri
- 17:04 Changeset [463] by
-
made Elixir work with SA's current trunk (future 0.6).
- 16:56 Changeset [462] by
-
added comments and assertions on autosetup test
- 16:43 Changeset [461] by
-
- remove redundant options. - s|sqlite:///|sqlite://|
09/23/09:
- 17:22 Ticket #94 (Support table_options on ManyToMany intermediate tables) created by
- Need way to support table_options on intermediate tables created from …
09/18/09:
- 08:42 Changeset [460] by
-
revert M2M column format change for now. Needs more thinking as the ...
09/17/09:
- 14:44 Migrate06to07 edited by
- (diff)
- 13:59 Ticket #69 (Make bidirectional self-referential ManyToMany relationships' meaning ...) closed by
- fixed: fixed in r458
- 13:58 Changeset [459] by
-
update CHANGES
- 13:54 Changeset [458] by
-
- Changed the pattern used by default to generate column names for (all)
...
09/15/09:
- 16:01 Changeset [457] by
-
plug a few deprecation warnings in the test suite
- 12:59 Changeset [456] by
-
add comment
