summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - The SQL compiler now generates the mapping of expected columnspositional_targetingMike Bayer2015-03-077-92/+231
* Merged in jocmeh/sqlalchemy (pull request #46) Mike Bayer2015-03-061-2/+2
|\
| * minor docstring fix in MappedCollection classJochem Oosterveen2015-03-061-2/+2
|/
* - changelog and migration notes for new pg8000 features fromMike Bayer2015-03-022-0/+30
* - add a skip for JSONB on pg8000 if we are on 1.10.1 or earlierMike Bayer2015-03-022-0/+9
* Merge remote-tracking branch 'origin/pr/132' into pr132Mike Bayer2015-03-022-17/+83
|\
| * Changed pg8000 dialect to cope with native JSONpr/132Tony Locke2015-01-031-1/+12
| * Make pg8000 version detection more robustTony Locke2014-12-161-6/+11
| * pg8000 client_encoding in create_engine()Tony Locke2014-12-162-10/+60
* | - squash-merge the final row_proc integration branch. this isMike Bayer2015-03-0111-100/+211
* | Update migration_09.rstpr/159Jason Held2015-02-251-1/+1
* | - repair issue in declared_attr.cascading such that within aMike Bayer2015-02-242-0/+55
* | - Fixed bugs in ORM object comparisons where comparison ofMike Bayer2015-02-204-13/+171
* | - 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-203-2/+44
* | - expect_warnings was not expecting and neither was assert_warningsMike Bayer2015-02-193-33/+55
* | - repair merge failureMike Bayer2015-02-191-22/+6
* | - autopep8Mike Bayer2015-02-191-39/+43
* | - Mapped state internals have been reworked to allow for a 50% reductionMike Bayer2015-02-1812-144/+300
* | - add the test_expire_lots test for comparisonMike Bayer2015-02-182-0/+71
* | - add a new section regarding multiprocessingMike Bayer2015-02-171-0/+60
* | - additional mysql cast-related test fixesMike Bayer2015-02-092-0/+9
* | - The MySQL dialect now supports CAST on types that are constructedMike Bayer2015-02-093-4/+23
* | - add a fix to MySQL re: #3074 tests, make sure we check table is presentMike Bayer2015-02-091-1/+2
* | - test skips for MySQL w new cast warningMike Bayer2015-02-091-0/+16
* | - A warning is emitted when :func:`.cast` is used with the MySQLMike Bayer2015-02-093-29/+66
* | - flake8Mike Bayer2015-02-091-74/+99
* | - Literal values within a :class:`.DefaultClause`, which is invokedMike Bayer2015-02-094-6/+122
* | - remove meaningless assignmentMike Bayer2015-02-081-1/+0
* | - test + changelogMike Bayer2015-02-083-2/+24
* | 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-023-2/+48
* | | - make even more tablesMike Bayer2015-02-071-27/+30
* | | - break up the tables here to avoid the error we're gettingMike Bayer2015-02-061-15/+24
* | | - The MySQL dialect now renders TIMESTAMP with NULL / NOT NULL inMike Bayer2015-02-055-77/+215
* | | - Fixed bug in :class:`.Connection` and pool where theMike Bayer2015-02-045-0/+41
* | | - A warning is emitted if the ``isolation_level`` parameter is usedMike Bayer2015-02-049-15/+279
* | | - Fixed bug in lazy loading SQL construction whereby a complexMike Bayer2015-02-024-17/+101
* | | - 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-013-9/+75
* | | Merge remote-tracking branch 'origin/pr/68' into pr68Mike Bayer2015-02-011-0/+13
|\ \ \
| * | | Add unit test for UUID arrays in PostgreSQL.pr/68Kevin Deldycke2014-02-061-0/+13
* | | | - Added support for the :class:`postgresql.JSONB` datatype whenMike Bayer2015-01-315-17/+77
* | | | 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-307-31/+258
* | | | | - Fixed bug in 0.9's foreign key setup system, such thatMike Bayer2015-01-283-9/+125
* | | | | - fix link to non_primary flagMike Bayer2015-01-272-24/+41