Commit Graph

58 Commits

Author SHA1 Message Date
Mike Bayer 4bac9453e2 the mercurial extension seems to not work in py3k and also I don't
like its usage during build/install.   going with the manual approach
for the moment.
2010-03-07 20:56:32 -05:00
Mike Bayer 3ef21da0ac use setuptools_hg to auto-discover the same way we did with SVN.
Thanks *much* to Jannis Leidel for the suggestion/creation !
2010-03-07 19:29:39 -05:00
Mike Bayer b6caca941c use a flag to build cextensions (thanks again to Genshi for the tip) 2010-03-05 15:33:21 +00:00
Mike Bayer b25e1846e3 require nose .11 to support first_package_wins flag 2010-03-01 22:03:10 +00:00
Mike Bayer 1005251437 add a note 2010-02-14 18:40:51 +00:00
Gaëtan de Menten 165609a190 - Added an optional C extension to speed up the sql layer by
reimplementing the highest impact functions.
  The actual speedups will depend heavily on your DBAPI and
  the mix of datatypes used in your tables, and can vary from
  a 50% improvement to more than 200%. It also provides a modest
  (~20%) indirect improvement to ORM speed for large queries.
  Note that it is *not* built/installed by default.
  See README for installation instructions.

- The most common result processors conversion function were
  moved to the new "processors" module.  Dialect authors are
  encouraged to use those functions whenever they correspond
  to their needs instead of implementing custom ones.
2010-02-13 22:53:39 +00:00
Mike Bayer 7dcfccb3b0 - Improved the installation/test setup regarding Python 3,
now that Distribute runs on Py3k.   distribute_setup.py
is now included.  See README.py3k for Python 3 installation/
testing instructions.
2010-02-13 01:42:52 +00:00
Mike Bayer 98f80d6ce9 - added py3k and "OS Independent" classifiers 2009-11-01 20:48:03 +00:00
Mike Bayer 8fc5005dfe merge 0.6 series to trunk. 2009-08-06 21:11:27 +00:00
Mike Bayer 45cec095b4 - unit tests have been migrated from unittest to nose.
See README.unittests for information on how to run
the tests.  [ticket:970]
2009-06-10 21:18:24 +00:00
Mike Bayer a3ab10c3f3 - removed 2.3 compat stuff
- updated MANIFEST for the newer build
2009-01-06 18:19:59 +00:00
Mike Bayer 4a662d5966 ok we need find_packages. fine. 2008-12-15 21:58:36 +00:00
Mike Bayer 4e2d54fdd5 removed dependencies on setuptools. distutils will be used if setuptools is not
present.
2008-12-15 21:23:55 +00:00
Mike Bayer 609d8e8bc3 - VERSION moves just as a string in __version__
- added modified sphinx.sty with plain Verbatim section
- link to pdf doc in site
2008-12-10 21:27:21 +00:00
Jason Kirtland 6917ffb9bd And thus ends support for Python 2.3. 2008-07-15 18:21:24 +00:00
Jason Kirtland 3c749cba52 Bake the version number into the source during packaging. 2007-08-11 16:05:27 +00:00
Mike Bayer ed4fc64bb0 merging 0.4 branch to trunk. see CHANGES for details. 0.3 moves to maintenance branch in branches/rel_0_3. 2007-07-27 04:08:53 +00:00
Mike Bayer 3a8e235af6 - added a check for joining from A->B using join(), along two
different m2m tables.  this raises an error in 0.3 but is
      possible in 0.4 when aliases are used. [ticket:687]
2007-07-26 18:25:50 +00:00
Mike Bayer a3f25674fc - fixes for connection bound sessions, connection-bound compiled objects via metadata 2007-07-16 21:29:27 +00:00
Mike Bayer 440701c82d - finally figured out how to get setuptools version in, available
as sqlalchemy.__version__ [ticket:428]
2007-06-19 17:46:57 +00:00
Mike Bayer 1aa8b0eea7 0.3.8 version, removed old runhtml script 2007-05-31 17:26:32 +00:00
Mike Bayer aabb6e530b - the dialects within sqlalchemy.databases become a setuptools
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]
2007-04-17 20:49:35 +00:00
Mike Bayer a4b8112d6d will be 0.3.7 2007-04-10 19:18:28 +00:00
Mike Bayer f99e81fab6 various cleanup, docs and things, getting ready for 0.3.6 2007-03-23 21:33:24 +00:00
Mike Bayer 07c12d6738 - documented foreign_keys argument
- 0.3.5 markers
2007-02-19 04:46:08 +00:00
Mike Bayer 2f2f0a604f 0.3.4 2007-01-23 19:19:48 +00:00
Mike Bayer 47b95e421c added SVN link to setup.py description 2007-01-06 22:26:37 +00:00
Mike Bayer f5b5696afd fixed the raise for mysql to re-raise the error 2006-12-15 07:43:42 +00:00
Mike Bayer 0dff7f4ed2 removing references to 0.2 series from docs
upgrade version number to 0.3.2
2006-12-10 17:42:31 +00:00
Mike Bayer cb8737e6f8 its that time 2006-11-13 00:42:54 +00:00
Mike Bayer f7584a80f6 misc 2006-10-22 03:13:50 +00:00
Mike Bayer f2d050180a 0.2.8.. 2006-09-05 17:19:26 +00:00
Mike Bayer cfa2864175 0.2.7 prep 2006-08-12 20:19:03 +00:00
Mike Bayer 8b50115acc added 'checkfirst' argument to table.create()/table.drop()
some 0.2.6 prep
2006-07-19 22:13:29 +00:00
Mike Bayer d1ea19edb0 hey ho alphas got to go 2006-07-10 01:12:12 +00:00
Mike Bayer dd1d21c166 0.2.5 2006-07-08 17:11:58 +00:00
Mike Bayer 22fcdbe81f 0.2.4... 2006-06-26 19:51:41 +00:00
Mike Bayer 84fdccc0cb merged attributes rewrite 2006-06-15 15:53:00 +00:00
Mike Bayer 2c64bca214 0.2.2 prep, added "pickler" option to Pickle type 2006-06-05 19:18:48 +00:00
Mike Bayer d689e12595 0.2.1 prep 2006-05-29 03:14:11 +00:00
Mike Bayer 37e97276b0 0.2 prep 2006-05-27 20:33:22 +00:00
Mike Bayer e7a1ce9176 added 0.1.7 changes to changelog
latest sqlsoup from 0.1.7
s. cazzells fixes to assignmapper, threadlocal
2006-05-25 14:48:32 +00:00
Mike Bayer bb79e2e871 merged 0.2 branch into trunk; 0.1 now in sqlalchemy/branches/rel_0_1 2006-05-25 14:20:23 +00:00
Mike Bayer dec6e3b80f fixed HAVING/ORDER BY order, 0.1.7 prep 2006-05-05 00:42:42 +00:00
Mike Bayer 27b8963fe4 0.1.6 prep 2006-04-11 22:15:49 +00:00
Mike Bayer a632fa1191 0.1.5 prep 2006-03-27 00:51:51 +00:00
Mike Bayer c5e1abc7f7 refactor to Compiled.get_params() to return new ClauseParameters object, a 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
2006-03-13 00:24:54 +00:00
Mike Bayer ecebb7cd87 its release time 2006-03-02 01:48:58 +00:00
Mike Bayer 94ac052104 fix to silent "recursive" bug in schema getattr that was somehow running only 994 times 2006-02-24 00:28:10 +00:00
Mike Bayer 0e15f04750 release time 2006-02-23 02:47:07 +00:00