summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* - 0.5.7Mike Bayer2009-12-261-1/+1
| | | | - dev status is "stable"
* - unit tests have been migrated from unittest to nose.Mike Bayer2009-06-101-0/+7
| | | | | See README.unittests for information on how to run the tests. [ticket:970]
* - removed 2.3 compat stuffMike Bayer2009-01-061-7/+8
| | | | - updated MANIFEST for the newer build
* ok we need find_packages. fine.Mike Bayer2008-12-151-0/+9
|
* removed dependencies on setuptools. distutils will be used if setuptools is notMike Bayer2008-12-151-12/+5
| | | | present.
* - VERSION moves just as a string in __version__Mike Bayer2008-12-101-39/+3
| | | | | - added modified sphinx.sty with plain Verbatim section - link to pdf doc in site
* And thus ends support for Python 2.3.Jason Kirtland2008-07-151-2/+6
|
* Bake the version number into the source during packaging.Jason Kirtland2007-08-111-20/+61
|
* merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to ↵Mike Bayer2007-07-271-1/+1
| | | | maintenance branch in branches/rel_0_3.
* - added a check for joining from A->B using join(), along twoMike Bayer2007-07-261-1/+1
| | | | | different m2m tables. this raises an error in 0.3 but is possible in 0.4 when aliases are used. [ticket:687]
* - fixes for connection bound sessions, connection-bound compiled objects via ↵Mike Bayer2007-07-161-1/+1
| | | | metadata
* - finally figured out how to get setuptools version in, availableMike Bayer2007-06-191-1/+1
| | | | as sqlalchemy.__version__ [ticket:428]
* 0.3.8 version, removed old runhtml scriptMike Bayer2007-05-311-1/+1
|
* - the dialects within sqlalchemy.databases become a setuptoolsMike Bayer2007-04-171-0/+4
| | | | | | entry points. loading the built-in database dialects works the same as always, but if none found will fall back to trying pkg_resources to load an external module [ticket:521]
* will be 0.3.7Mike Bayer2007-04-101-1/+1
|
* various cleanup, docs and things, getting ready for 0.3.6Mike Bayer2007-03-231-2/+2
|
* - documented foreign_keys argumentMike Bayer2007-02-191-1/+1
| | | | - 0.3.5 markers
* 0.3.4Mike Bayer2007-01-231-1/+1
|
* added SVN link to setup.py descriptionMike Bayer2007-01-061-0/+4
|
* fixed the raise for mysql to re-raise the errorrel_0_3_3Mike Bayer2006-12-151-1/+1
|
* removing references to 0.2 series from docsMike Bayer2006-12-101-1/+1
| | | | upgrade version number to 0.3.2
* its that timerel_0_3_1Mike Bayer2006-11-131-1/+1
|
* miscMike Bayer2006-10-221-1/+1
|
* 0.2.8..rel_0_2_8Mike Bayer2006-09-051-1/+1
|
* 0.2.7 prepMike Bayer2006-08-121-1/+1
|
* added 'checkfirst' argument to table.create()/table.drop()Mike Bayer2006-07-191-1/+1
| | | | some 0.2.6 prep
* hey ho alphas got to goMike Bayer2006-07-101-1/+1
|
* 0.2.5rel_0_2_5Mike Bayer2006-07-081-1/+1
|
* 0.2.4...Mike Bayer2006-06-261-1/+1
|
* merged attributes rewriteMike Bayer2006-06-151-1/+1
|
* 0.2.2 prep, added "pickler" option to Pickle typeMike Bayer2006-06-051-1/+1
|
* 0.2.1 preprel_0_2_1Mike Bayer2006-05-291-1/+1
|
* 0.2 prepMike Bayer2006-05-271-1/+1
|
* added 0.1.7 changes to changelogMike Bayer2006-05-251-1/+1
| | | | | latest sqlsoup from 0.1.7 s. cazzells fixes to assignmapper, threadlocal
* merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1Mike Bayer2006-05-251-1/+1
|
* fixed HAVING/ORDER BY order, 0.1.7 prepMike Bayer2006-05-051-1/+1
|
* 0.1.6 prepMike Bayer2006-04-111-1/+1
|
* 0.1.5 prepMike Bayer2006-03-271-1/+1
|
* refactor to Compiled.get_params() to return new ClauseParameters object, a ↵Mike Bayer2006-03-131-1/+1
| | | | | | | | | | | more intelligent bind parameter dictionary that does type conversions late and preserves the unconverted value; used to fix mappers not comparing correct value in post-fetch [ticket:110] removed pre_exec assertion from oracle/firebird regarding "check for sequence/primary key value" fix to Unicode type to check for null, fixes [ticket:109] create_engine() now uses genericized parameters; host/hostname, db/dbname/database, password/passwd, etc. for all engine connections fix to select([func(column)]) so that it creates a FROM clause to the column's table, fixes [ticket:111] doc updates for column defaults, indexes, connection pooling, engine params unit tests for the above bugfixes
* its release timerel_0_1_3Mike Bayer2006-03-021-1/+1
|
* fix to silent "recursive" bug in schema getattr that was somehow running ↵rel_0_1_2Mike Bayer2006-02-241-1/+1
| | | | only 994 times
* release timerel_0_1_1Mike Bayer2006-02-231-1/+1
|
* 0.1.0Mike Bayer2006-02-141-1/+1
|
* verbiage editsMike Bayer2006-02-041-52/+17
|
* added the README to the descriptionMike Bayer2006-01-081-2/+62
|
* mit licenseMike Bayer2006-01-081-1/+1
|
* license switchMike Bayer2005-12-311-1/+1
|
* url changeMike Bayer2005-12-291-1/+1
|
* easyinstall buildMike Bayer2005-10-271-12/+17
|
* ramping upMike Bayer2005-07-071-0/+21