summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* - sort of working, not saving on much, eager loading of courserow_proc_integration_2Mike Bayer2015-02-284-121/+105
* - this adds polymorphicMike Bayer2015-02-283-24/+26
* - OK this version not working for polymorphic or bundles yet,Mike Bayer2015-02-283-44/+96
* - wrong! I didn't have the cprocs on the master test. we are barelyMike Bayer2015-02-281-0/+5
* - BANG! saves 100K calls on orm2010!! woopMike Bayer2015-02-284-38/+19
* - moving things around stillMike Bayer2015-02-284-54/+52
* - another approach. put row_processor back, don't do the thingMike Bayer2015-02-286-208/+145
* - polymorphic loading, working very rudimentallyrow_proc_integrationMike Bayer2015-02-264-73/+143
* - the start of the polymorphic loading approach.Mike Bayer2015-02-261-31/+90
* - turn PK getting into idxloader.Mike Bayer2015-02-254-21/+29
* - basic idea for deferred. behavioral change: if a string SQLMike Bayer2015-02-251-31/+11
* - textual approachMike Bayer2015-02-253-10/+32
* - implement column entities, bundlesMike Bayer2015-02-251-57/+30
* - the "hello world" of the new approach. this is strictlyMike Bayer2015-02-254-95/+101
* - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-201-3/+4
* - remove the need for a recursive call hereMike Bayer2015-02-201-5/+12
* - Fixed bug where internal assertion would fail in the case whereMike Bayer2015-02-201-2/+5
* - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-192-29/+51
* - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-187-77/+149
* - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-091-3/+6
* - add a fix to MySQL re: #3074 tests, make sure we check table is presentMike Bayer2015-02-091-1/+2
* - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-091-0/+7
* - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-091-1/+2
* - remove meaningless assignmentMike Bayer2015-02-081-1/+0
* - test + changelogMike Bayer2015-02-081-2/+2
* Merge remote-tracking branch 'origin/pr/147' into pr147Mike Bayer2015-02-081-1/+1
|\
| * It's the 'kwargs' which are iterable, not 'keys'pr/147Malthe Borch2014-10-301-2/+1
* | - add versionadded for service_nameMike Bayer2015-02-081-0/+2
* | - cx_Oracle.makedsn can now be passed service_name; squashSławek Ehlert2014-04-021-2/+20
* | - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-051-48/+40
* | - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-042-0/+8
* | - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-044-8/+55
* | - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-021-14/+18
* | - don't overwrite an existing _strategy_keys collection;Mike Bayer2015-02-021-1/+2
* | - Repaired support for Postgresql UUID types in conjunction withMike Bayer2015-02-011-3/+35
* | - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-311-10/+16
* | Merge remote-tracking branch 'origin/pr/145' into pr145Mike Bayer2015-01-311-2/+14
|\ \
| * | Psycopg2 JSONB support.pr/145Mateusz Susik2014-10-241-2/+14
* | | - The :class:`.CheckConstraint` construct now supports namingMike Bayer2015-01-302-28/+43
* | | - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-281-9/+17
* | | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-262-3/+10
* | | Added psycopg2cffi dialectShaun Stanworth2015-01-263-4/+61
* | | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-261-0/+9
|\ \ \
| * | | warn on duplicate polymorphic_identitySebastian Bank2014-12-041-0/+9
* | | | Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-261-1/+2
|\ \ \ \
| * | | | Report the type of unexpected expression objectspr/150Ryan P. Kelly2014-11-201-1/+2
* | | | | - remove the clever approach w/ dialect events, and remove the needMike Bayer2015-01-251-17/+20
* | | | | - remove context-specific post-crud logic from Connection and inline post-crudMike Bayer2015-01-253-77/+88
* | | | | - Added new user-space accessors for viewing transaction isolationMike Bayer2015-01-206-17/+190
* | | | | - restore r611883ffb35ca6664649f6328ae8 with additional fixes and an addition...Mike Bayer2015-01-192-17/+38