summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy
Commit message (Expand)AuthorAgeFilesLines
* marathon doc updating session including a rewrite of unicode paragraphsMike Bayer2011-12-0411-174/+220
* - [bug] Updated warning message when settingMike Bayer2011-12-041-1/+1
* - reflection process always resets the primary key constraintMike Bayer2011-12-041-0/+3
* -re-document the is_modified method, and place significant caveatsMike Bayer2011-12-042-24/+67
* - [bug] __table_args__ can now be passed asMike Bayer2011-12-041-9/+9
* - [bug] Fixed bug whereby transaction.rollback()Mike Bayer2011-12-041-9/+15
* - [feature] The "extend_existing" flag on TableMike Bayer2011-12-041-18/+45
* - [bug] the "name" of a column-level CHECK constraint,Mike Bayer2011-12-041-1/+5
* - [bug] pyodbc-based dialects now parse theMike Bayer2011-12-042-1/+18
* - [bug] Calls to query.join() to a single-tableMike Bayer2011-12-031-1/+6
* - [bug] Fixed the error formatting raised whenMike Bayer2011-12-031-1/+1
* - [bug] repaired the with_hint() feature whichMike Bayer2011-12-031-2/+1
* - [bug] Fixed bug whereby column_property() createdMike Bayer2011-12-032-12/+13
* - [bug] Fixed bug whereby "order_by='foreign_key'"Mike Bayer2011-12-011-17/+10
* emergency rewrite of the psycopg2 unicode sectionMike Bayer2011-11-291-24/+30
* - [feature] Added create_type constructor argumentMike Bayer2011-11-282-1/+88
* - [bug] Fixed bug whereby TypeDecorator wouldMike Bayer2011-11-281-1/+1
* continue removing misleading/old sections, fix things that are just wrongMike Bayer2011-11-261-2/+2
* - doc updates in loadingMike Bayer2011-11-241-5/+40
* also add support for onupdate as we'd like this to fire off if an UPDATE actu...Mike Bayer2011-11-221-13/+31
* merge tipMike Bayer2011-11-221-1/+1
|\
| * typoMike Bayer2011-11-221-1/+1
* | fixes to actually get tests to passMike Bayer2011-11-222-17/+26
* | - commit the unit testsMike Bayer2011-11-221-41/+144
* | cleanupMike Bayer2011-11-212-24/+45
* | passes for all three, includes multi col system with mysqlMike Bayer2011-11-212-8/+34
* | sort of muscling this out, mysql a PITAMike Bayer2011-11-212-22/+59
|/
* - [bug] further tweak to the fix from [ticket:2261],Mike Bayer2011-11-191-16/+108
* - clarify the purpose of "timezone", alleviate confusion in [ticket:2326]Mike Bayer2011-11-141-0/+8
* - add tests to try to find the case that [ticket:2221] is looking for.Mike Bayer2011-11-131-1/+3
* - [bug] Unicode adjustments allow latest pymysqlMike Bayer2011-11-021-0/+1
* - attribute system gets a pop() method.Mike Bayer2011-10-305-44/+122
* - [bug] Postgresql dialect memoizes that an ENUM of aMike Bayer2011-10-294-54/+112
* - [bug] Fixed bug whereby a subclass of a subclassMike Bayer2011-10-282-12/+20
* - [bug] fixed inappropriate evaluation of user-mappedMike Bayer2011-10-281-1/+1
* - [bug] the value of a composite attribute is nowMike Bayer2011-10-261-8/+20
* - [feature] Added new support for remote "schemas":Mike Bayer2011-10-233-5/+111
* fix the 2to3 here, againMike Bayer2011-10-231-1/+1
* Backed out changeset 8ef278ec7557a5b3446807e9bc16624630ffd034Mike Bayer2011-10-232-23/+17
* fix the 2to3 hereMike Bayer2011-10-232-17/+23
* - Added accessor to types called "python_type",Mike Bayer2011-10-231-0/+65
* - Cls.column.collate("some collation") nowMike Bayer2011-10-231-6/+6
* - Added missing comma to PASSIVE_RETURN_NEVER_SETMike Bayer2011-10-201-1/+1
* - Fixed bug in history_meta.py example whereMike Bayer2011-10-171-1/+1
* plus a period. seriously. should i just watch TV today instead of screwing...Mike Bayer2011-10-171-1/+1
* and i screwed it upMike Bayer2011-10-171-1/+6
* updated conventions on mixinsMike Bayer2011-10-171-17/+26
* link to declarative concrete helper docrel_0_7_3Mike Bayer2011-10-161-0/+2
* - Added client_encoding parameter to create_engine()Mike Bayer2011-10-151-9/+35
* - Reinstated "comparator_factory" argument toMike Bayer2011-10-151-2/+4