Commit Graph

69 Commits

Author SHA1 Message Date
Friedrich Lindenberg
e30cf24195 Rewrite data change functions on table. 2017-09-03 10:05:17 +02:00
Friedrich Lindenberg
5fd8b3ef3e up some version 2017-01-29 17:41:32 +01:00
Friedrich Lindenberg
522415a27c refactor query code to be simpler 2017-01-29 15:45:18 +01:00
Stefan Wehrmeyer
fb4512783a Remove Python 2.6 classifier from setup.py 2016-12-16 12:07:37 +01:00
Friedrich Lindenberg
49905493cb add missing commas 2016-11-21 08:51:35 +01:00
Friedrich Lindenberg
0754c73f81 up version 2016-11-21 08:48:37 +01:00
Stefan Wehrmeyer
a075ff7708 Remove Python 3.6 from test matrix
Travis seems to struggle with installation
2016-10-15 23:20:05 +02:00
Stefan Wehrmeyer
4bb2338e13 Add Python 3.5, 3.6 to setup.py and travis 2016-10-15 23:16:24 +02:00
Stefan Wehrmeyer
797de5136b Clean up dependencies in setup.py 2016-10-15 23:16:08 +02:00
Friedrich Lindenberg
fa1ec13f03 up the version 2016-09-24 11:13:21 +02:00
Friedrich Lindenberg
fb48c914f4 fix regression, fixes #168 2016-04-22 15:45:10 +02:00
Friedrich Lindenberg
ab9bc7539c up the version 2016-04-10 10:27:12 +03:00
Friedrich Lindenberg
b83ef2c322 mint a new version 2016-01-18 12:10:37 +01:00
Friedrich Lindenberg
93162ac6fc add schema hint to create_column, refs #78 (thanks @smnorris) 2015-08-07 12:18:50 +02:00
Friedrich Lindenberg
aa4aebe73d Up version to 0.6. 2015-05-23 16:28:29 +02:00
Friedrich Lindenberg
c605841390 Switch to normality for slugs 2015-05-21 16:51:57 +02:00
Friedrich Lindenberg
d3473fc4a6 Include tests from PR, fixes #105. 2015-05-21 16:47:36 +02:00
Friedrich Lindenberg
bdcd371b5a Convert plain text queries to SQL to allow argument escaping.
Bump 0.5.6, refs #115.
2015-01-18 13:39:30 +01:00
xrotwang
4bf19159c6 Merge remote-tracking branch 'upstream/master' 2014-11-06 10:13:04 +01:00
aniversarioperu
1e82be8fd0 fixed code and test for Python3 2014-09-04 07:02:27 +03:00
Tyler Kennedy
f7b7d1f9e6 Update setup.py
Bugfix version bump.
2014-07-31 11:08:07 -04:00
xrotwang
a14f0bbde2 ported freezing as csv to python 3.4 2014-07-25 12:15:08 +02:00
Friedrich Lindenberg
9a91f3d113 Change documentation and update version. 2014-06-12 08:52:56 +03:00
Friedrich Lindenberg
e08565609e Up the version. 2014-03-29 19:17:26 +01:00
Friedrich Lindenberg
294ab81576 up the release 2014-02-18 13:03:36 +01:00
Friedrich Lindenberg
a963e4a5ed bugfix release 2014-02-16 13:57:33 +01:00
Friedrich Lindenberg
ff98190f3b Document 0.5 changes. 2014-02-12 14:06:49 +01:00
Friedrich Lindenberg
7f881b440b Credit the Wehrmeyer. 2014-02-12 12:28:04 +01:00
Stefan Wehrmeyer
a34315818f Fix bad python 2.6 detection 2014-01-31 21:07:39 +01:00
Stefan Wehrmeyer
7337b857de Add ordereddict to Py 2.6 special dependencies 2014-01-31 20:55:03 +01:00
Stefan Wehrmeyer
697cfcf165 Explicitly install flake8 and run it 2014-01-25 22:13:52 +01:00
Stefan Wehrmeyer
92817d5f4d Make flake8 part of test suite 2014-01-25 21:45:30 +01:00
Stefan Wehrmeyer
6292bda8aa Upgrade dependencies 2014-01-25 21:22:19 +01:00
Stefan Wehrmeyer
6c8f83b7c2 Merge branch 'master' into improve-testing
Conflicts:
	test/test_persistence.py
2014-01-25 20:53:03 +01:00
Friedrich Lindenberg
06046aa16f Update to version 0.4.0 2014-01-05 18:43:25 +01:00
Friedrich Lindenberg
3abe9d2c8d Merge branch 'python-3' of github.com:stefanw/dataset into stefanw-python-3 2014-01-05 17:52:59 +01:00
Friedrich Lindenberg
1fe1b163f6 Release 0.3.15. 2014-01-05 15:55:37 +01:00
Stefan Wehrmeyer
425528dc17 Set up test suite running through setup.py
Run with python setup.py test
2013-12-18 13:02:36 +01:00
Stefan Wehrmeyer
2291953e59 Do not install test package into global namespace 2013-12-18 13:02:36 +01:00
Stefan Wehrmeyer
2eea58a64c Fix Python version detection for Python 2.6 2013-12-18 12:53:11 +01:00
Stefan Wehrmeyer
158e87152c Make argparse a Python 2.6 dependency 2013-12-18 12:35:35 +01:00
Stefan Wehrmeyer
ba7109a6b9 Add Py 2 and Py 3 classifiers 2013-12-18 04:08:24 +01:00
Stefan Wehrmeyer
74b900f1f6 Move from sqlalchemy-migrate to alembic
This affects how columns are added and dropped from
tables. MetaData and SQLATable objects have to be
recreated to make sync changed columns.
2013-12-18 04:08:24 +01:00
Friedrich Lindenberg
8ec494c515 Up the release to 0.3.14 2013-11-15 22:50:17 +02:00
Friedrich Lindenberg
060691f818 Include Python-slugify to begin using their slugging function 2013-11-15 22:50:16 +02:00
Friedrich Lindenberg
70eece9e77 Support transforms, fixes #28 2013-09-19 19:25:28 +02:00
Friedrich Lindenberg
9de60c388d update version 2013-09-18 12:54:27 +02:00
Friedrich Lindenberg
e488664efe Support generation of static JSONP. 2013-08-19 22:45:05 +02:00
Friedrich Lindenberg
5a458da376 allow params in query() 2013-08-18 18:37:31 +02:00
Friedrich Lindenberg
51462678c6 new version for pypi 2013-08-12 12:09:55 +02:00