root / elixir / trunk / tests

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @534 [534] 16 months ged - Fixed bad foreign key constraint generated for classes inheriting from …
(edit) @533 [533] 16 months ged refactor versioning test
(edit) @530 [530] 21 months ged added more autoload tests
(edit) @529 [529] 21 months ged plugged a "state change leak" in test_packages test
(edit) @528 [528] 21 months ged - Added more tests for relationships to forward-declared entities, …
(edit) @525 [525] 21 months ged Do not use None as column types in tests because this is unsupported in SA …
(edit) @516 [516] 3 years ged added tests for custom collection, or custom session on base class (they …
(edit) @515 [515] 3 years ged - Added a new collection which can resolve entities relative to the …
(edit) @513 [513] 3 years ged - do not leak options_defaults from a subclass into a parent class - do …
(edit) @512 [512] 3 years ged - allows abstract classes to set default options - allow mixed type …
(edit) @511 [511] 3 years ged - Entities can now be declared "abstract" so that they do not create a …
(edit) @510 [510] 3 years ged - Fixed having relationships in custom base classes (based on patch by …
(edit) @505 [505] 3 years ged - using_options_defaults and using_table_options statements can be used …
(edit) @504 [504] 3 years ged - Fixed custom bases classes and versioned extension when used with zope …
(edit) @498 [498] 3 years ged fix too long line
(edit) @496 [496] 3 years ged minor cleanup of events test
(edit) @495 [495] 3 years ged more cleanup thanks to py2.3 & SA 0.4 support drop
(edit) @490 [490] 3 years ged Dropped support for python 2.3, SQLAlchemy 0.4 and deprecated stuff from …
(edit) @485 [485] 3 years ged fix a few cosmetic issues reported by pyflakes (mostly unused imports)
(edit) @484 [484] 3 years ged update all web links
(edit) @481 [481] 3 years ged - added test for migration after M2M column format change through …
(edit) @480 [480] 3 years ged - Provide our own Session.mapper equivalent to avoid SQLAlchemy 0.5.5+ …
(edit) @478 [478] 3 years ged - Default table_options (defined in options_defaultstable_options?) are …
(edit) @477 [477] 3 years ged - Added a "table_kwargs" argument on ManyToMany relationships to pass any …
(edit) @475 [475] 3 years ged - changed the M2M column format again (only differ from the 0.6.x naming …
(edit) @474 [474] 3 years ged fix autoload test
(edit) @473 [473] 3 years ged move autoload_mixed test with the other autoload tests
(edit) @472 [472] 3 years ged added fixme
(edit) @471 [471] 3 years ged cosmetic improvements
(edit) @470 [470] 3 years ged rewrote all autoload tests so that they pass on SA 0.6 and they are not as …
(edit) @467 [467] 3 years ged sed 's/sqlite:\/\/\//sqlite:\/\//' *.py
(edit) @464 [464] 3 years ged comments, sqlite uri
(edit) @462 [462] 3 years ged added comments and assertions on autosetup test
(edit) @461 [461] 3 years ged - remove redundant options. - s|sqlite:///|sqlite://|
(edit) @458 [458] 3 years ged - Changed the pattern used by default to generate column names for (all) …
(edit) @457 [457] 3 years ged plug a few deprecation warnings in the test suite
(edit) @456 [456] 3 years ged add comment
(edit) @453 [453] 3 years ged some more simplification
(edit) @452 [452] 3 years ged simplified some tests
(edit) @451 [451] 3 years ged simplified m2m column_format test
(edit) @450 [450] 3 years ged added test for defining fields in the parent class of the base class
(edit) @449 [449] 3 years ged renamed a few tests and added a test for to_dict with a nested deep
(edit) @448 [448] 3 years ged Fixed using to_dict with a ManyToOne relationship in the "deep" set and …
(edit) @446 [446] 3 years ged - Fixed encrypted extension to not encrypt several times an instance …
(edit) @443 [443] 3 years ged apply patch from "Secator" to fix py2.6 warnings
(edit) @442 [442] 3 years ged minor cleanups, additional comments and removed prints in tests
(edit) @438 [438] 3 years ged add future test
(edit) @433 [433] 3 years ged revert part of previous commit... SA can't possibly compute itself …
(edit) @432 [432] 3 years ged - added test for the with_polymorphic mapper argument (closes #79). - made …
(edit) @428 [428] 3 years ged implemented ManyToOne relationships to plain SA-mapped classes. OneToMany …
(edit) @424 [424] 3 years ged - split test_o2m.test_filter into test_filter and test_orderinglist - …
(edit) @422 [422] 3 years ged delete Elixir properties as late as possible (ie in setup phase), not …
(edit) @419 [419] 3 years ged - Fixed event methods not being called when they are defined on a parent …
(edit) @411 [411] 4 years ged added "preload_data" extension which allows to insert data into the …
(edit) @410 [410] 4 years ged - Added new extension: perform_ddl. It allows to execute one or several …
(edit) @409 [409] 4 years ged - Added new column_names argument to the acts_as_versioned extension, …
(edit) @407 [407] 4 years ged simplified test
(edit) @406 [406] 4 years ged - added documentation for target_column and test for a O2M using a M2O …
(edit) @405 [405] 4 years ged Added a new "target_column" argument on ManyToOne relationships (ticket …
(edit) @400 [400] 4 years ged - Added a new statement 'using_options_defaults' which can be used on a …
(edit) @397 [397] 4 years ged New features: - The local_colname and remote_colname arguments on …
(edit) @391 [391] 4 years ged follow SA on the rename of on_reconstitute to reconstructor in SA0.5 trunk
(edit) @388 [388] 4 years ged add comment
(edit) @383 [383] 4 years ged removed support for the deprecated with_fields syntax
(edit) @380 [380] 4 years ged - Allow ManyToOne relationships to use manually created fields as their …
(edit) @376 [376] 4 years ged modify tests so that it doesn't cause an error on SQLite versions which …
(edit) @364 [364] 4 years ged apply ideas from ticket #58 patch to improve event tests (adds checking …
(edit) @363 [363] 4 years ged - Default "target entity resolving code" changed slightly. It now uses a …
(edit) @362 [362] 4 years ged - Added support for callables for some arguments on relationships: …
(edit) @361 [361] 4 years ged fix test on SA 0.4.x
(edit) @360 [360] 4 years ged - cleanup "copy properties from base class" implementation (closes #15) - …
(edit) @356 [356] 4 years ged - better support for viewonly relationships - restore flush method on …
(edit) @355 [355] 4 years ged - Added support for viewonly relationships (OneToMany and OneToOne).
(edit) @354 [354] 4 years ged - Fixed acts_as_list extension with autoloaded entities (patch from maqr, …
(edit) @352 [352] 4 years ged Added on_reconstitute event/method decorator. The decorator is …
(edit) @349 [349] 4 years ged - The default session (elixir.session) uses sessionmaker() instead of …
(edit) @347 [347] 4 years ged removed trailing spaces
(edit) @344 [344] 4 years ged We can use the less verbose syntax now
(edit) @343 [343] 4 years ged Some cleanup to the target/collection stuff... Still need some work to get …
(edit) @341 [341] 4 years ged misc cleanup
(edit) @338 [338] 4 years ged * Added setattr method on Metaclass so that you can add properties …
(edit) @336 [336] 4 years ged update Elixir to work with SA0.5
(edit) @330 [330] 4 years ged Fix test. I wonder how it passed.
(edit) @329 [329] 4 years ged fix typo in filename
(edit) @327 [327] 4 years ged - Fixed inheritance with autoloaded entities: when using autoload, we …
(edit) @323 [323] 4 years ged - Added experimental (!) support for concrete table inheritance (both …
(edit) @322 [322] 4 years ged - Added two new methods on the base entity: from_dict and to_dict, which …
(edit) @321 [321] 4 years ged Fixed several problems with concrete inheritance and …
(edit) @319 [319] 4 years ged - Fixed ManyToOne relationships using 'key' kwarg in their column_kwargs …
(edit) @318 [318] 4 years ged Fixed multi-table inheritance when using a non default schema (closes #38)
(edit) @317 [317] 4 years ged Add tests for the py23compat (that I had forgotten to commit with the rest …
(edit) @313 [313] 4 years ged Apply one more patch from Jason R. Coombs for python2.3 …
(edit) @312 [312] 4 years cleverdevil Two changes to the versioning extension: * Applied a patch resolving …
(edit) @310 [310] 4 years ged fix deprecated warnings with latest SQLAlchemy version (replace String …
(edit) @303 [303] 4 years ged - Added an alternate (nicer) syntax to define synonym properties. This …
(edit) @302 [302] 4 years ged - Fixed the inverse relationship matching when the inverse relationship is …
(edit) @300 [300] 4 years ged The foreign key constraint of the column in a multi-table inheritance …
(edit) @297 [297] 4 years cleverdevil Added a column_format keyword argument to ManyToMany which can be used …
(edit) @293 [293] 4 years cleverdevil Now you can specify a column name for the position column in acts_as_list.
(edit) @288 [288] 4 years cleverdevil Added a new elixir plugin for managing entities as lists, including …
Note: See TracRevisionLog for help on using the revision log.