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