summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
...
* | - update mysql connector python link, #2938Mike Bayer2014-02-181-1/+1
* | - Support has been improved for Postgresql reflection behavior on very oldMike Bayer2014-02-181-22/+27
* | update docs re: cx_oracle unicode as of 0.9.2, no more outputtypehandlersMike Bayer2014-02-182-22/+33
* | - rewrite SQLite reflection tests into one consistent fixture, which testsMike Bayer2014-02-162-28/+37
* | - The SQLite dialect will now skip unsupported arguments when reflectingMike Bayer2014-02-161-1/+8
* | - changelog + documentation for pullreq github:65Mike Bayer2014-02-161-6/+57
* | Merge branch 'master' of https://github.com/eblume/sqlalchemy into tMike Bayer2014-02-162-154/+165
|\ \
| * | SQLite dialect - support relection from affinitypr/65Erich Blume2014-02-031-11/+36
| * | PEP-8 compliance for dialects/sqlite/base.pyErich Blume2014-01-302-143/+129
* | | Merge pull request #64 from LevonXXL/mastermike bayer2014-02-161-0/+4
|\ \ \
| * | | python_type for ARRAY (PGArray)pr/64Terentev2014-02-031-0/+4
* | | | 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-163-105/+244
* | | | remove redundant see alsoMike Bayer2014-02-161-3/+0
* | | | - add cross-linking for passive_deletes / passive_updatesMike Bayer2014-02-162-4/+15
* | | | - 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-141-1/+7
* | | | - Added server version detection to the newly added dialect startupMike Bayer2014-02-141-1/+2
* | | | - Revised this very old issue where the Postgresql "get primary key"Mike Bayer2014-02-141-1/+15
* | | | - 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-131-3/+7
* | | - Fixed bug where :class:`.AbstractConcreteBase` would fail to beMike Bayer2014-02-116-10/+69
* | | Parse server version info more robustlypr/69Matt (work)2014-02-111-1/+8
* | | - for TextAsFrom, put the "inner" columns in the result map directly.Mike Bayer2014-02-101-4/+3
* | | this example doesn't work, we don't really have a solution for this as far as...Mike Bayer2014-02-101-31/+0
* | | - Fixed bug where :meth:`.Query.get` would fail to consistentlyMike Bayer2014-02-101-4/+11
* | | - Fixed an 0.9 regression where ORM instance or mapper events appliedMike Bayer2014-02-091-18/+12
* | | - Fixed bug where the :class:`.AutomapBase` class of theMike Bayer2014-02-082-5/+31
* | | - More issues with [ticket:2932] first resolved in 0.9.2 whereMike Bayer2014-02-051-2/+2
* | | Add naming convention support when using schema in the metadata.pr/67Tom Farvour2014-02-051-2/+10
* | | - Fixed bug where so-called "literal render" of :func:`.bindparam`Mike Bayer2014-02-051-2/+2
* | | - Improved the initialization logic of composite attributes such thatMike Bayer2014-02-031-4/+5
* | | 0.9.3Mike Bayer2014-02-031-1/+1
* | | - Fixed bug which prevented MySQLdb-based dialects (e.g.Mike Bayer2014-02-033-32/+13
|/ /
* | - add a few missing methods to the cymysql dialectMike Bayer2014-02-021-0/+8
* | - Added :paramref:`.MetaData.reflect.**dialect_kwargs`Mike Bayer2014-02-023-46/+177
* | - The behavior of :meth:`.Table.tometadata` has been adjusted such thatMike Bayer2014-02-021-18/+67
* | - Fixed bug in new :class:`.TextAsFrom` construct where :class:`.Column`-Mike Bayer2014-02-023-2/+12
* | - Added a new feature which allows automated naming conventions to beMike Bayer2014-02-014-8/+207
* | add a skip for oracle on thisMike Bayer2014-02-011-0/+24
* | - don't duplicate docs for Pool within QueuePoolMike Bayer2014-01-311-71/+68
* | - Added a new directive used within the scope of an attribute "set" operationMike Bayer2014-01-313-3/+9
* | - Added a new parameter :paramref:`.Operators.op.is_comparison`. ThisMike Bayer2014-01-311-4/+17
* | - Fixed bug whereby SQLite compiler failed to propagate compiler argumentsMike Bayer2014-01-313-4/+6
|/
* - Fixed regression whereby the "annotation" system used by the ORM was leakingMike Bayer2014-01-291-9/+9
* - Fixed 0.9 regression where the new sortable support for :class:`.RowProxy`Mike Bayer2014-01-281-3/+18
* - repair the fixture/test here to make sure state isn't left over causing oth...Mike Bayer2014-01-271-1/+1
* - docsMike Bayer2014-01-261-37/+115
* updatesMike Bayer2014-01-261-52/+87