Timeline
12/19/08:
- 16:08 Recipes/SQLAlchemySchemaMigration edited by
- using global options for metadata and autosetup, added note about table … (diff)
- 15:53 Ticket #83 (Problems with migrate) created by
- * migrate creates empty tables when upgrading models with …
- 15:46 Changeset [437] by
-
fixed shortnames documentation, doh!
- 15:19 Ticket #82 (Create a recipe for using Elixir with migrate) created by
- <flupke> hi, I have troubles using elixir with migrate: it creates empty …
- 03:17 Recipes/PylonsLikeControllerForElixir edited by
- added some pigments (diff)
12/18/08:
- 23:01 Recipes edited by
- minor style fix (diff)
- 23:00 Recipes edited by
- Added PylonsLikeControllerForElixir here (diff)
- 22:59 Recipes/PylonsLikeControllerForElixir created by
- Initial revision (work in progress!)
- 14:08 Changeset [436] by
-
revert part of the last commit...
- 14:06 Changeset [435] by
-
simplified EntityCollection code
- 10:31 Ticket #81 (Evaluate the feasibility to make Field inherit from Column) created by
- so that specifying Column instances arguments to relationships or mappers …
12/17/08:
- 16:40 Changeset [434] by
-
changelog
- 16:36 Ticket #80 (a skeleton for test units) closed by
- fixed: Done at in the Recipes page. I've done some changes to your code though. …
- 16:34 Recipes/Testing created by
- 16:23 Recipes edited by
- (diff)
- 16:04 Ticket #79 (Implement "optimized" loading for Multi-table polymorphic inheritance) closed by
- fixed: In fact, nothing is needed in 0.5, since it can be provided with a simple …
- 16:01 Changeset [433] by
-
revert part of previous commit... SA can't possibly compute itself ...
- 13:45 Changeset [432] by
-
- added test for the with_polymorphic mapper argument (closes #79). - made ...
- 13:36 Changeset [431] by
-
Fix copyright year. We didn't make any release in 2006...
- 12:35 Ticket #80 (a skeleton for test units) created by
- I suggest you to add, in the examples page, a skeleton for test units. It …
12/10/08:
- 13:53 License edited by
- (diff)
- 11:40 Ticket #32 (Allow table name to be overridden on associable tables) closed by
- wontfix: Closing due to inactivity... Feel free to reopen if you have a working …
- 11:35 Ticket #79 (Implement "optimized" loading for Multi-table polymorphic inheritance) created by
- In fact, it's just a matter of providing the join with its on clause, see …
- 11:34 Changeset [430] by
-
update comment
- 11:29 Ticket #78 (Relationship matching code with inheritance is flaky in some cases) created by
- See attached test case
- 10:56 Ticket #77 (a test for unique=True and duplicated entries) closed by
- invalid: Thanks a lot for taking the trouble to submit a patch. It's really …
- 10:50 Changeset [429] by
-
added field with unique=True in field example
12/09/08:
- 17:58 Ticket #77 (a test for unique=True and duplicated entries) created by
- This is a test for the unique=True attribute and for the insertion of …
12/08/08:
- 17:25 Ticket #76 (Allow ManyToOne created using field= to not add a ForeignKey constraint) created by
- Maybe this should be the default behavior when the field argument is used.
- 17:10 Changeset [428] by
-
implemented ManyToOne relationships to plain SA-mapped classes. OneToMany ...
- 10:01 Migrate05to06 edited by
- (diff)
- 09:57 Migrate05to06 edited by
- (diff)
12/05/08:
- 15:59 Ticket #53 (deprecate acts_as_list in favor of the equivalent SA construct) closed by
- fixed: Deprecation done in r427. I decided not to reimplement act_as_list on top …
- 15:56 Changeset [427] by
-
- Deprecated act_as_list extension in favor of SQLAlchemy's orderinglist
...
- 15:54 Recipes edited by
- (diff)
- 15:48 Recipes edited by
- (diff)
- 15:02 Changeset [426] by
-
- Fixed filter argument on OneToMany relationship leaking the filter to ...
- 14:35 Changeset [425] by
-
- Added workaround for an odd mod_python behavior (class.module ...
- 14:22 Changeset [424] by
-
- split test_o2m.test_filter into test_filter and test_orderinglist - ...
12/04/08:
- 17:13 Changeset [423] by
-
changelog
- 17:11 Changeset [422] by
-
delete Elixir properties as late as possible (ie in setup phase), not ...
- 15:48 Changeset [421] by
-
- moved all relationship options to explicit kwargs, instead of doing
...
12/02/08:
- 16:46 Changeset [420] by
-
only inspect methods (fixes previous commit)
- 16:14 Changeset [419] by
-
- Fixed event methods not being called when they are defined on a parent ...
- 14:46 Ticket #34 (Elixir fails during insert and update on MySQL 5.x when using the list ...) closed by
- fixed: I've finally decided to commit the patch anyway (r418).
- 14:45 Changeset [418] by
-
Fix move_to_bottom on MySQL (by issuing an extra query). Fixes #34. Added ...
12/01/08:
- 14:31 Changeset [417] by
-
slightly improved documentation & exception message ...
