summaryrefslogtreecommitdiff
path: root/test/orm
Commit message (Expand)AuthorAgeFilesLines
* - OK this version not working for polymorphic or bundles yet,Mike Bayer2015-02-281-1/+1
* - polymorphic loading, working very rudimentallyrow_proc_integrationMike Bayer2015-02-261-6/+30
* - the start of the polymorphic loading approach.Mike Bayer2015-02-261-0/+24
* - add our basic tests into the suiteMike Bayer2015-02-251-1/+89
* - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-202-10/+155
* - Fixed bug where internal assertion would fail in the case whereMike Bayer2015-02-201-0/+29
* - autopep8Mike Bayer2015-02-191-39/+43
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-183-44/+74
* - additional mysql cast-related test fixesMike Bayer2015-02-091-0/+8
* - test + changelogMike Bayer2015-02-081-0/+14
* - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-042-4/+30
* - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-022-3/+73
* Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-261-0/+13
|\
| * warn on duplicate polymorphic_identitySebastian Bank2014-12-041-0/+13
* | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-191-4/+37
* | - reverse the last commit temporarily as it breaks all the polymorphic casesMike Bayer2015-01-191-19/+4
* | - The primary :class:`.Mapper` of a :class:`.Query` is now passed to theMike Bayer2015-01-191-4/+19
* | - testsMike Bayer2015-01-191-0/+63
* | - further fixes and even better tests for this blockMike Bayer2015-01-191-1/+27
* | - fix another issue from rf49c367ef, add another testMike Bayer2015-01-181-1/+30
* | - rework assertsql system, fixes #3293Mike Bayer2015-01-182-10/+9
* | - fix a regression from ref #3178, where dialects that don't actually supportMike Bayer2015-01-171-3/+65
* | - The "wildcard" loader options, in particular the one set up byMike Bayer2015-01-131-2/+131
* | - Fixed bug where if an exception were thrown at the start of aMike Bayer2015-01-051-3/+30
* | - restate sort_tables in terms of a more fine grainedMike Bayer2015-01-011-9/+9
* | - Added new method :meth:`.Session.invalidate`, functions similarlyMike Bayer2014-12-122-0/+20
* | - autoinc here for oracleMike Bayer2014-12-081-1/+3
* | - add an option for bulk_save -> update to not do historyMike Bayer2014-12-071-1/+30
* | - fix inheritance persistenceMike Bayer2014-12-071-19/+31
* | - initial tests for bulkMike Bayer2014-12-071-0/+317
* | Merge branch 'master' into ticket_3100Mike Bayer2014-12-074-3/+73
|\ \ | |/
| * Merge remote-tracking branch 'origin/pr/151' into pr151Mike Bayer2014-12-011-0/+1
| |\
| | * Merge branch 'master' into fdbsql-testsScott Dugas2014-11-0314-1184/+2170
| | |\
| | * | Added requirement to test for bind limitScott Dugas2014-10-231-0/+1
| * | | - set default dialect hereMike Bayer2014-11-261-0/+2
| * | | - changelog, improve docstring/test for #3217. fixes #3217Mike Bayer2014-11-261-7/+10
| * | | Merge branch 'issue_bb_3217' of https://bitbucket.org/jvanasco/sqlalchemy-alt...Mike Bayer2014-11-261-2/+49
| |\ \ \
| | * | | * adding 'isouter=False' to sqlalchemy.orm.query.Query (https://bitbucket.org...jonathan vanasco2014-10-031-2/+49
| * | | | - add an order_by hereMike Bayer2014-11-261-1/+2
| * | | | - The :meth:`.PropComparator.of_type` modifier has beenMike Bayer2014-11-241-0/+16
* | | | | Merge branch 'master' into ticket_3100Mike Bayer2014-11-061-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | Small improvement on FlushError can't update error messagepr/149Paulo Bu2014-11-061-2/+4
* | | | | Merge branch 'master' into ticket_3100Mike Bayer2014-11-0613-1183/+2117
|\ \ \ \ \ | |/ / / /
| * | | | Small improvement on FlushError can't delete error messagepr/148Paulo Bu2014-11-051-1/+2
| | |_|/ | |/| |
| * | | - Fixed bug in single table inheritance where a chain of joinsMike Bayer2014-10-231-0/+59
| * | | - Fixed bug where the ON clause for :meth:`.Query.join`,Mike Bayer2014-10-231-0/+25
| * | | Merge remote-tracking branch 'origin/pr/137' into pr137Mike Bayer2014-10-211-0/+8
| |\ \ \
| | * | | add failing testjona2014-09-121-0/+8
| * | | | - Fixed bug where :meth:`.Session.expunge` would not fully detachMike Bayer2014-10-191-1/+49
| * | | | - A warning is emitted in the case of multiple relationships thatticket_3230Mike Bayer2014-10-193-21/+102