summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* - More fixes to SQLite "join rewriting"; the fix from :ticket:`2967`Mike Bayer2014-02-205-15/+112
* fix typorel_0_9_3Mike Bayer2014-02-191-1/+1
* 0.8.5 released same dayMike Bayer2014-02-191-0/+1
* 0.9.3Mike Bayer2014-02-192-2/+3
* skip this on oracleMike Bayer2014-02-191-0/+3
* - Added an additional message to psycopg2 disconnect detection,Mike Bayer2014-02-192-0/+10
* - re: #2967, also fixed a somewhat related issue where join rewriting would failMike Bayer2014-02-193-1/+46
* - Fixed bug in SQLite "join rewriting" where usage of an exists() constructMike Bayer2014-02-193-7/+67
* - add a topological rule here to place PARTITIONS after PARTITION_BY,Mike Bayer2014-02-191-1/+2
* restore the check ahead of the lock to avoid using it after initializationMike Bayer2014-02-191-6/+7
* backportMike Bayer2014-02-192-14/+16
* - Added new MySQL-specific :class:`.mysql.DATETIME` which includesMike Bayer2014-02-193-20/+108
* changelog for pullreq 12Mike Bayer2014-02-191-0/+11
* Merge branch 'master' of https://bitbucket.org/50onred/sqlalchemy/overview in...Mike Bayer2014-02-192-2/+32
|\
| * Fixes MySQL dialect partitioningMarcus McCurdy2014-02-142-2/+32
* | - Fixed bug where calling :meth:`.Insert.values` with an empty listMike Bayer2014-02-193-0/+33
* | - Fixed a critical regression caused by :ticket:`2880` where the newlyMike Bayer2014-02-193-4/+61
* | - update mysql connector python link, #2938Mike Bayer2014-02-181-1/+1
* | - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-186-31/+55
* | update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlersMike Bayer2014-02-182-22/+33
* | - dont need this import and it's not in 2.6 anywayMike Bayer2014-02-171-1/+0
* | ill never remember this URL so put it hereMike Bayer2014-02-171-0/+1
* | - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-163-187/+181
* | - need qualifiers here...Mike Bayer2014-02-161-2/+2
* | - The SQLite dialect will now skip unsupported arguments when reflectingMike Bayer2014-02-163-6/+33
* | - changelog + documentation for pullreq github:65Mike Bayer2014-02-162-6/+71
* | Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-165-161/+237
|\ \
| * | SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-033-18/+107
| * | PEP-8 compliance for dialects/sqlite/base.pyErich Blume2014-01-302-143/+129
| * | Don't include .egg files in the repoErich Blume2014-01-301-0/+1
* | | - changelog for pullreq github:64Mike Bayer2014-02-161-0/+7
* | | Merge pull request #64 from LevonXXL/mastermike bayer2014-02-161-0/+4
|\ \ \
| * | | python_type for ARRAY (PGArray)pr/64Terentev2014-02-031-0/+4
* | | | - use column.info to detect those cols part of "versioning"Mike Bayer2014-02-163-28/+65
* | | | Merge branch 'patch-1' of https://github.com/jplaverdure/sqlalchemy into tMike Bayer2014-02-161-3/+5
|\ \ \ \
| * | | | Switched to UTC Timestamppr/41jplaverdure2013-11-081-2/+2
| * | | | Added changed(timestamp) on _history table and supprot for schemasjplaverdure2013-11-081-3/+5
* | | | | this isn't really the mainstream use case here; would need to talkMike Bayer2014-02-161-6/+0
* | | | | - extensive cross-linking of relationship options with their documentation se...Mike Bayer2014-02-168-245/+419
* | | | | remove redundant see alsoMike Bayer2014-02-161-3/+0
* | | | | - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-164-13/+25
* | | | | - add documentation regarding native hstore flag, psycopg2Mike Bayer2014-02-161-4/+31
* | | | | - expand docs on MySQL table arguments beyond just storage enginesMike Bayer2014-02-151-30/+63
* | | | | - cross link remote_side/self-referentialMike Bayer2014-02-142-15/+21
* | | | | - Added server version detection to the newly added dialect startupMike Bayer2014-02-142-1/+11
* | | | | this is for 0.9.3 alsoMike Bayer2014-02-141-0/+1
* | | | | - Revised this very old issue where the Postgresql "get primary key"Mike Bayer2014-02-142-1/+25
* | | | | - use an OrderedDict here so that tests are more deterministicMike Bayer2014-02-141-2/+2
| |_|_|/ |/| | |
* | | | - Fixed bug where :meth:`.in_()` would go into an endless loop ifMike Bayer2014-02-133-3/+50
* | | | - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-118-10/+168