121 Commits

Author SHA1 Message Date
iElectric
938bbf9bf3 Issue 34; preview_sql now correctly displays SQL on python and SQL scripts. (tests added, docs still missing) 2009-06-06 10:34:22 +00:00
iElectric
4356e8b582 use unittest.TestCase for tests 2009-06-05 00:41:05 +00:00
iElectric
31bd33bcff use entrypoints terminology to parse dotted model class names 2009-06-04 22:36:29 +00:00
iElectric
50246d65cb remove the duplicate 2009-06-04 16:57:02 +00:00
iElectric
e1adf595a4 extras_require is a bit tricky, use tests_require instead 2009-06-04 16:53:10 +00:00
iElectric
f27428e4bb fix typechecking 2009-06-04 16:09:15 +00:00
iElectric
508f5aff7d update CHANGELOG 2009-06-04 10:24:40 +00:00
iElectric
4015cbf7e9 Issue 38; add ability to pass arguments/dict for create_engine func 2009-06-03 00:48:59 +00:00
iElectric
c6883c0d47 refactor api.py a bit, lots of PEP8 love 2009-06-02 19:50:31 +00:00
iElectric
6a34d5ca59 add asbool function to make api parsing easier 2009-06-01 23:03:04 +00:00
iElectric
d5c7fedbd4 some more PEP8 love all over the files 2009-06-01 22:45:47 +00:00
iElectric
5aaaa05fcc apply some PEP8 love to template.py 2009-06-01 22:27:45 +00:00
iElectric
7cd2c3233b apply PEP8 to version.py, fixed notification of missing test_db.cfg 2009-06-01 22:23:50 +00:00
jan.dittberner
1b927fa427 apply option parsing patch for Issue 54 by iElectric 2009-05-23 22:12:40 +00:00
jan.dittberner
77c1cae8a9 start work on 0.5.4 2009-03-27 20:39:41 +00:00
jan.dittberner
bd21c57a68 fix Issue 52 by removing unneeded parameters from object.__new__ calls 2009-03-27 20:33:43 +00:00
jan.dittberner
9c71b10206 update CHANGELOG, set version to 0.5.3 2009-03-22 14:04:32 +00:00
jan.dittberner
b6240a625a apply patch for Issue 29 by Jonathan Ellis 2009-03-22 13:56:54 +00:00
jan.dittberner
d85115c611 add support for ondelete and oncascade to ANSI-SQL foreign key creation
address Issue 48
2009-02-20 18:24:44 +00:00
jan.dittberner
11be1bcb20 unignore _build, recreate _build and ignore everything below it (fixes Issue 49) 2009-02-20 18:07:51 +00:00
jan.dittberner
1af6847bbe update CHANGELOG, set version to 0.5.2 2009-02-18 20:20:40 +00:00
jan.dittberner
5ecec7c680 mark ALTER TABLE ADD FOREIGN KEY as unsupported by SQLite
update corresponding test case
2009-02-18 20:08:37 +00:00
jan.dittberner
d7027d17a5 integrate unit test fix by Adam Lowry 2009-02-18 19:32:21 +00:00
jan.dittberner
2be0f1fec3 integrate test case fix by Adam Lowry 2009-02-17 21:06:47 +00:00
ches.martin
de05fb5b36 whoops, needed to update setup.cfg too for Sphinx build location 2009-02-13 21:40:49 +00:00
ches.martin
6863052538 add Sphinx Makefile, and use underscore prefixes for some Sphinx stuff to be more Windows-friendly
* svn:ignore the Sphinx _build directory
2009-02-13 20:52:47 +00:00
jan.dittberner
33392d31e5 integrate patch for Issue 36, update CHANGELOG 2009-02-13 19:41:35 +00:00
jan.dittberner
8e3cba6eb8 fix Issue 47 by moving sphinx and nose dependencies to extras_require 2009-02-13 19:23:13 +00:00
jan.dittberner
c0890d830f fix upload 2009-02-07 22:10:04 +00:00
jan.dittberner
ac1028c13a prepare release 0.5.1.1 2009-02-07 19:46:54 +00:00
jan.dittberner
436603a2f2 removed misleading docs/Makefile 2009-02-06 22:37:20 +00:00
jan.dittberner
47a66d9a2a updated versioning.rst to reflect reality 2009-02-06 22:30:28 +00:00
jan.dittberner
8f81d735ae apply patch by Toshio Kuratomi to fix some unit tests with Python 2.6 2009-01-27 12:57:38 +00:00
jan.dittberner
0fa7d4103e migrate.versioning.schema and schemadiff PEP-8 clean, added to api.rst 2009-01-25 21:09:05 +00:00
jan.dittberner
2a8860478c migrate.versioning.repository PEP-8 clean, added to api.rst 2009-01-25 21:08:49 +00:00
jan.dittberner
5289c4df3b migrate.versioning PEP-8 improvements, more documentation
- made api.py, cfgparse.py, exceptions.py, genmodel.py,
  migrate_repository.py, and pathed.py PEP-8 clean
- add tools.rst documenting the usage of migrate_repository.py
- add more modules to api.rst
- reference tools.rst from index.rst
2009-01-25 21:08:33 +00:00
jan.dittberner
5be16f226f correct all links in rst docs 2009-01-25 17:03:31 +00:00
jan.dittberner
8900c512d4 PEP-8 clean migrate.changeset, updated CHANGELOG, updated api.rst
- code cleanup in the remaining migrate.changeset files
- add migrate.changeset.exceptions and migrate.changeset.schema to api.rst
- add more information to CHANGELOG
2009-01-25 16:28:06 +00:00
jan.dittberner
acb2e7bd00 cleanup in migrate.changeset.ansisql and api doc update
remove old commented code in ansisql.py
add some ReST docstrings in ansisql.py
add migrate.changeset.constraint link ins api.rst
2009-01-25 15:00:24 +00:00
jan.dittberner
60409d80cd revert stupid test case breaking change 2009-01-25 13:40:55 +00:00
jan.dittberner
eb00570991 make migrate.changeset.databases PEP-8 clean and add it to the API docs 2009-01-25 12:52:33 +00:00
jan.dittberner
728b677e56 move .. automodule stuff to docs/api.rst 2009-01-25 12:52:13 +00:00
jan.dittberner
cce50c2a75 start proper API documentation 2009-01-25 12:52:00 +00:00
jan.dittberner
4806e2c9e1 make migrate.schema.ansisql PEP8 clean and add some sphinx docstrings 2009-01-25 12:51:49 +00:00
jan.dittberner
6e22528e6f add sphinx to setup dependencies 2009-01-25 12:51:36 +00:00
jan.dittberner
6fdd5231c1 switch from pudge to sphinx 2009-01-25 12:50:51 +00:00
jan.dittberner
66c22bcae7 first sphinx docstrings 2009-01-25 12:50:40 +00:00
jan.dittberner
ca65f0ac32 first take at sphinx based documentation 2009-01-25 12:50:24 +00:00
jan.dittberner
408510be80 reformatted download.rst for sphinx
wrap lines
add link to project's download page and issue tracker
2009-01-25 12:50:10 +00:00
jan.dittberner
2653ef81c1 reformatted index.rst for sphinx 2009-01-25 12:49:59 +00:00