summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - changelog etc, forgot to remove assertionfaster_expiryMike Bayer2015-02-184-9/+12
* - big update of callcountsMike Bayer2015-02-181-22/+52
* - .callables is really a seldom-used collection; turn it intoMike Bayer2015-02-185-32/+37
* - ensure no behavioral change in lazy callables / expireMike Bayer2015-02-183-42/+70
* - keep reducingMike Bayer2015-02-183-9/+29
* - inline the discard processMike Bayer2015-02-183-4/+14
* - add compatiblity for 0.9 style pickleMike Bayer2015-02-182-1/+40
* - inline the .reset callsMike Bayer2015-02-182-2/+3
* wipMike Bayer2015-02-177-67/+83
* - add a test for mass expiryMike Bayer2015-02-172-0/+58
* - 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
* | | | - fix this test for py3kMike Bayer2015-01-261-1/+1
* | | | - additional test adjustments for pypy / psycopg2cffi. ThisMike Bayer2015-01-2610-53/+90
* | | | Include psycopg2cffi in dialect docsShaun Stanworth2015-01-261-0/+5
* | | | 78-char widthShaun Stanworth2015-01-262-2/+4
* | | | Added psycopg2cffi dialectShaun Stanworth2015-01-2610-9/+74
* | | | - changelog for #3262, fixes #3262Mike Bayer2015-01-261-0/+11
* | | | Merge branch 'bb_issue_3262' of https://bitbucket.org/xflr6/sqlalchemyMike Bayer2015-01-262-0/+22
|\ \ \ \
| * | | | warn on duplicate polymorphic_identitySebastian Bank2014-12-042-0/+22
* | | | | - changelog for pullreq github:150Mike Bayer2015-01-261-0/+8
* | | | | Merge remote-tracking branch 'origin/pr/150'Mike Bayer2015-01-262-2/+4
|\ \ \ \ \