|
|
|
@400
|
[400]
|
5 years |
ged |
- Added a new statement 'using_options_defaults' which can be used
on a …
|
|
|
|
@381
|
[381]
|
5 years |
ged |
add TODO
|
|
|
|
@379
|
[379]
|
5 years |
ged |
i don't like loop bodies on the same line as the loops themselves :)
|
|
|
|
@378
|
[378]
|
5 years |
cleverdevil |
Resolved duplication in Entity.set and Entity.__init__ by having the …
|
|
|
|
@367
|
[367]
|
5 years |
cleverdevil |
The constructor for Entity no longer called from_dict as it can lead …
|
|
|
|
@363
|
[363]
|
5 years |
ged |
- Default "target entity resolving code" changed slightly. It now uses a …
|
|
|
|
@360
|
[360]
|
5 years |
ged |
- cleanup "copy properties from base class" implementation (closes #15)
- …
|
|
|
|
@356
|
[356]
|
5 years |
ged |
- better support for viewonly relationships
- restore flush method on …
|
|
|
|
@350
|
[350]
|
5 years |
ged |
- added add_mapper_property and add_table_column helper method in …
|
|
|
|
@349
|
[349]
|
5 years |
ged |
- The default session (elixir.session) uses sessionmaker() instead of
…
|
|
|
|
@348
|
[348]
|
5 years |
ged |
First stab at making fields in base class work (see ticket #15).
Needs …
|
|
|
|
@347
|
[347]
|
5 years |
ged |
removed trailing spaces
|
|
|
|
@343
|
[343]
|
5 years |
ged |
Some cleanup to the target/collection stuff... Still need some work to get …
|
|
|
|
@342
|
[342]
|
5 years |
ged |
- remove deprecated methods on Entity
- pulled entity mapping and target …
|
|
|
|
@338
|
[338]
|
5 years |
ged |
* Added setattr method on Metaclass so that you can add properties
…
|
|
|
|
@337
|
[337]
|
5 years |
ged |
fix to_dict on SA 0.5
|
|
|
|
@336
|
[336]
|
5 years |
ged |
update Elixir to work with SA0.5
|
|
|
|
@335
|
[335]
|
5 years |
cleverdevil |
The to_dict method on Entity was not looking for columns in the case …
|
|
|
|
@333
|
[333]
|
5 years |
cleverdevil |
Changed the way that the elixir.entities mapping is created, at Gaetan's …
|
|
|
|
@331
|
[331]
|
5 years |
ged |
fix from_dict on list relationships (patch from Paul Johnston)
|
|
|
|
@327
|
[327]
|
5 years |
ged |
- Fixed inheritance with autoloaded entities: when using autoload, we
…
|
|
|
|
@324
|
[324]
|
5 years |
ged |
- use with_polymorphic mapper argument to implement polymorphic concrete
…
|
|
|
|
@323
|
[323]
|
5 years |
ged |
- Added experimental (!) support for concrete table inheritance (both
…
|
|
|
|
@322
|
[322]
|
5 years |
ged |
- Added two new methods on the base entity: from_dict and to_dict, which …
|
|
|
|
@321
|
[321]
|
5 years |
ged |
Fixed several problems with concrete inheritance and …
|
|
|
|
@318
|
[318]
|
5 years |
ged |
Fixed multi-table inheritance when using a non default schema (closes #38)
|
|
|
|
@308
|
[308]
|
5 years |
ged |
Nth take at making Elixir python2.3 compatible
|
|
|
|
@307
|
[307]
|
5 years |
ged |
- Made Elixir python 2.3 compatible again (based on a patch from
Jason …
|
|
|
|
@302
|
[302]
|
5 years |
ged |
- Fixed the inverse relationship matching when the inverse relationship is …
|
|
|
|
@300
|
[300]
|
5 years |
ged |
The foreign key constraint of the column in a multi-table inheritance …
|
|
|
|
@299
|
[299]
|
5 years |
ged |
- moved the format of the multi-table inheritance column to a constant in …
|
|
|
|
@295
|
[295]
|
5 years |
ged |
- applied part of a patch from Ben Bangert so that passing …
|
|
|
|
@285
|
[285]
|
5 years |
ged |
minor rename to make event processing code more readable
|
|
|
|
@284
|
[284]
|
5 years |
ged |
- added support for custom base classes which inherit from another class …
|
|
|
|
@279
|
[279]
|
5 years |
ged |
- make inheritance work for custom base classes (closes #25).
- remove …
|
|
|
|
@275
|
[275]
|
5 years |
ged |
- polymorphic defaults to True ! (Mickael Bayer convinced me that …
|
|
|
|
@268
|
[268]
|
6 years |
ged |
allow overriding primary_key columns on autoloaded entities (closes …
|
|
|
|
@267
|
[267]
|
6 years |
ged |
- cleanup class attributes (in the attributes-based syntax) after the
…
|
|
|
|
@265
|
[265]
|
6 years |
ged |
- moved some format strings to constants in options
- added set method on …
|
|
|
|
@262
|
[262]
|
6 years |
cleverdevil |
There is a conflict between zope.interface and elixir that causes using …
|
|
|
|
@249
|
[249]
|
6 years |
ged |
implemented new option: allowcoloverride
|
|
|
|
@247
|
[247]
|
6 years |
ged |
revert that innocent-looking change from r244 which broke inheritance
|
|
|
|
@244
|
[244]
|
6 years |
ged |
- added some comments/fixed some other comments
- made trigger test …
|
|
|
|
@243
|
[243]
|
6 years |
ged |
- added test for deferred fields courtesy of Isaac Csandl
- tweaked setup …
|
|
|
|
@238
|
[238]
|
6 years |
ged |
- added support for synonym properties (on Field)
- updated TODO
|
|
|
|
@236
|
[236]
|
6 years |
ged |
- migrate to attribute-based syntax in all examples and documentation.
- …
|
|
|
|
@224
|
[224]
|
6 years |
ged |
we are moving from pudge to apydia:
find -name "*.py" -exec sed -i …
|
|
|
|
@223
|
[223]
|
6 years |
ged |
enable syntax hilighting for python code in docstrings
|
|
|
|
@222
|
[222]
|
6 years |
ged |
- fixed some pretty bad bugs:
* calling cleanup_all before your …
|
|
|
|
@221
|
[221]
|
6 years |
ged |
- added the possibility to not have the autosetup triggers installer (use …
|
|
|
|
@219
|
[219]
|
6 years |
ged |
Fail explicitely if something go wrong when mapping a class. This should …
|
|
|
|
@216
|
[216]
|
6 years |
ged |
added query to the attributes triggering the setup_all call
|
|
|
|
@214
|
[214]
|
6 years |
ged |
next try
|
|
|
|
@213
|
[213]
|
6 years |
ged |
Fix missing import + now event handlers can stop further processing …
|
|
|
|
@212
|
[212]
|
6 years |
ged |
- made events methods compatible with using other extensions (namely …
|
|
|
|
@210
|
[210]
|
6 years |
ged |
- moved away from assign_mapper, now all assign_mapper-provided methods …
|
|
|
|
@209
|
[209]
|
6 years |
ged |
Fix get method
|
|
|
|
@204
|
[204]
|
6 years |
ged |
- added get class method on Entity.
- partly …
|
|
|
|
@202
|
[202]
|
6 years |
ged |
- plugged a couple deprecated warnings with SA 0.4, but making sure that
…
|
|
|
|
@199
|
[199]
|
6 years |
ged |
- Added test for the case when you refer to a remotely-defined class by …
|
|
|
|
@197
|
[197]
|
6 years |
ged |
more frame hackery so that one can use a class from another module in a …
|
|
|
|
@196
|
[196]
|
6 years |
ged |
- updated TODO file
- (partially) changelogged what was done recently. …
|
|
|
|
@185
|
[185]
|
6 years |
cleverdevil |
Patch from Mike Bayer:
The attached patch modifies Elixir's …
|
|
|
|
@183
|
[183]
|
6 years |
ged |
added more statement hooks: before_table, before_mapper, …
|
|
|
|
@175
|
[175]
|
6 years |
ged |
merged autodelay branch!
|
|
|
|
@170
|
[170]
|
6 years |
cleverdevil |
First part of moving events into the core of elixir. Next, I will be …
|
|
|
|
@169
|
[169]
|
6 years |
cleverdevil |
Added a method to EntityDescriptor for adding mapper extensions. Updated …
|
|
|
|
@164
|
[164]
|
6 years |
cleverdevil |
Added some hooks to allow Elixir statements to perform some post-setup …
|
|
|
|
@161
|
[161]
|
6 years |
ged |
- renamed RELEASE because I couldn't figure out how to exclude it from …
|
|
|
|
@158
|
[158]
|
6 years |
ged |
cosmetic changes
|
|
|
|
@148
|
[148]
|
6 years |
ged |
do not rely on the query() classmethod to provide the .q property
|
|
|
|
@145
|
[145]
|
6 years |
ged |
- Reworked how entities look for primary keys on related entities. This
…
|
|
|
|
@139
|
[139]
|
6 years |
ged |
- Applied patch from Ants Aasma to make Elixir compatible with the 0.4 …
|
|
|
|
@130
|
[130]
|
6 years |
ged |
- Added has_property statement to add properties on the entity mapper …
|
|
|
|
@119
|
[119]
|
6 years |
ged |
- Made EntityMeta public, so that people can actually define their own …
|
|
|
|
@113
|
[113]
|
6 years |
ged |
- added .q property on the metaclass, so that you can get a query on an …
|
|
|
|
@111
|
[111]
|
6 years |
ged |
added default init method on entities so that subclasses can override …
|
|
|
|
@96
|
[96]
|
6 years |
ged |
- The tablename option can now be given a callable so that people can …
|
|
|
|
@94
|
[94]
|
6 years |
ged |
pep8fix
|
|
|
|
@93
|
[93]
|
6 years |
ged |
- (Hopefully) fixed reflecting has_and_belongs_to_many relationships.
…
|
|
|
|
@83
|
[83]
|
6 years |
ged |
- Added support for the "version_id_col" option on entities. This option …
|
|
|
|
@82
|
[82]
|
6 years |
ged |
- Added support for autoloading/reflecting databases with
…
|
|
|
|
@81
|
[81]
|
6 years |
ged |
- Applied patch from "Wavy" so that columns of a table are in the same …
|
|
|
|
@74
|
[74]
|
6 years |
ged |
- added support for deferred columns (use the "deferred" keyword argument …
|
|
|
|
@71
|
[71]
|
6 years |
ged |
added support to pass non-keyword arguments to tables. You just pass
them …
|
|
|
|
@70
|
[70]
|
6 years |
ged |
Applied patch from Robin Munn to make the code python 2.3 compatible
|
|
|
|
@66
|
[66]
|
6 years |
ged |
- fixed inheritance with delay_setup
- raise exception when an inverse is …
|
|
|
|
@65
|
[65]
|
6 years |
ged |
- added CHANGES file
- removed debug print and huge bug in inheritance …
|
|
|
|
@64
|
[64]
|
6 years |
ged |
- implemented singletable non-polymorphic inheritance
- added support for …
|
|
|
|
@53
|
[53]
|
6 years |
ged |
further reorder things... hopefully fixing the autoload problem
|
|
|
|
@51
|
[51]
|
6 years |
ged |
reorder setup operations. should fix autoload bug.
|
|
|
|
@47
|
[47]
|
6 years |
ged |
- Changed tests so that when one test fails, other unrelated ones …
|
|
|
|
@46
|
[46]
|
6 years |
ged |
removed the "extension" option
|
|
|
|
@43
|
[43]
|
6 years |
ged |
- completed the documentation of all relationships
- a tiny little bit of …
|
|
|
|
@33
|
[33]
|
6 years |
joshua |
- added "pudge_all" to most files
- added 'license="MIT License"' to …
|
|
|
|
@26
|
[26]
|
6 years |
joshua |
- added a simple tutorial
- fixed a few issues with the template
- added …
|
|
|
|
@24
|
[24]
|
6 years |
joshua |
* created and added a pudge template (including css and two images)
* …
|
|
|
|
@22
|
[22]
|
6 years |
ged |
* implemented order_by translation on relations (has_many …
|
|
|
|
@21
|
[21]
|
6 years |
ged |
reapply changes made in rev 14 (which were wiped out in rev 17)
|
|
|
|
@19
|
[19]
|
6 years |
cleverdevil |
Fixed two TODOs that were bothering me.
|
|
|
|