summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* Use PyMODINIT_FUNCpr/55cgohlke2014-01-081-1/+1
* Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1
* Use PyMODINIT_FUNCcgohlke2014-01-081-1/+1
* - happy new yearMike Bayer2014-01-05165-167/+167
* 0.9.1Mike Bayer2014-01-051-1/+1
* Merge branch 'automap'Mike Bayer2014-01-057-26/+935
|\
| * - many-to-many supportMike Bayer2014-01-051-66/+786
| * - fix some docstring stuffMike Bayer2014-01-053-19/+62
| * - conjunctions like and_() and or_() can now accept generators as arguments.Mike Bayer2014-01-053-1/+10
| * - basic functionality.Mike Bayer2014-01-041-23/+30
| * - The :paramref:`.Table.extend_existing` and :paramref:`.Table.autoload_replace`Mike Bayer2014-01-041-6/+23
| * - hypothetical "automap" feature, would extend DeferredReflection to create c...Mike Bayer2014-01-031-0/+113
* | - Fixed regression where using a ``functools.partial()`` with the eventMike Bayer2014-01-042-3/+10
|/
* - Fixed an extremely unlikely memory issue where when usingMike Bayer2014-01-032-19/+63
* Merge bitbucket.org:rschoon/sqlalchemy into tMike Bayer2014-01-021-1/+2
|\
| * Don't barf on Session(info=...) from sessionmaker(info=None)Robin Schoonover2013-12-311-1/+2
* | - Fixed regression where we don't check the given name against theMike Bayer2014-01-021-1/+1
* | - A quasi-regression where apparently in 0.8 you can set a class-levelMike Bayer2014-01-021-1/+20
* | - Fixed regression where we apparently still create an implicitMike Bayer2014-01-021-4/+20
* | - support addition of fails_if()/only_on(), just wraps the decoratorsMike Bayer2014-01-021-0/+5
|/
* - call it 0.9.0Mike Bayer2013-12-304-8/+8
* - apply a similar fix for floats to mssql+pyodbc as we did to firebirdMike Bayer2013-12-283-7/+39
* - adjust the behavior of cast() to only provide a type for the bindparam()Mike Bayer2013-12-281-9/+1
* - fix the insert from select test to use a non-autoinc tableMike Bayer2013-12-281-4/+8
* - rework the JSON expression system so that "astext" is called *after*Mike Bayer2013-12-273-48/+120
* - Declarative does an extra check to detect if the sameMike Bayer2013-12-271-1/+14
* - Changed the queries used by Firebird to list table and view namesMike Bayer2013-12-271-5/+21
* - actually check the list of views!Mike Bayer2013-12-271-0/+1
* - The firebird dialect will quote identifiers which begin with anMike Bayer2013-12-271-0/+1
* - add a test which creates tables and views at the same time, then tests that...Mike Bayer2013-12-271-0/+6
* - Fixed bug in Firebird index reflection where the columns within theMike Bayer2013-12-271-1/+1
* - The "asdecimal" flag used with the :class:`.Float` type will nowMike Bayer2013-12-271-1/+8
* - repair some suite tests for firebirdMike Bayer2013-12-272-1/+29
* Merge pull request #51 from sontek/pymssql_handle_terminated_connectionmike bayer2013-12-271-0/+1
|\
| * Remove terminated connections from the pool.pr/51John Anderson2013-12-161-0/+1
* | - alter the decorator function, and the newer public_factory function,Mike Bayer2013-12-211-6/+20
* | - improve documentation for return_defaults() and returned_defaults. [ticket...Mike Bayer2013-12-202-27/+68
* | - Fixed issue where a primary key column that has a Sequence on it,Mike Bayer2013-12-201-1/+7
* | - Fixed bug with :meth:`.Insert.from_select` method where the orderMike Bayer2013-12-192-5/+20
* | fix doc targetMike Bayer2013-12-191-1/+1
* | - Improvements to the system by which SQL types generate withinMike Bayer2013-12-183-49/+90
* | - remove very ancient TypeEngine constructor, not used by anythingMike Bayer2013-12-171-6/+0
* | - make the json serializer and deserializer per-dialect, so that we areMike Bayer2013-12-173-15/+28
* | - The :func:`.cast` function, when given a plain literal value,Mike Bayer2013-12-171-1/+4
* | - rework JSON expressions to be based off __getitem__ exclusivelyMike Bayer2013-12-174-38/+48
* | - enhance the exclusions system to support database versions within the __onl...Mike Bayer2013-12-172-7/+17
* | Merge branch 'issue_2581' of github.com:nathan-rice/sqlalchemy into pg_jsonMike Bayer2013-12-174-1/+148
|\ \
| * | sqlalchemy/dialects/postgresql/pgjson:pr/50nathan2013-12-111-7/+14
| * | sqlalchemy/dialects/postgresql/pgjson:nathan2013-12-111-2/+14
| * | sqlalchemy/dialects/postgresql/psycopg2:nathan2013-12-101-2/+0