Commit Graph

26 Commits

Author SHA1 Message Date
Dingyuan Wang
5a6c2e128f add support for SQLite user functions and collations 2020-10-03 16:58:59 +02:00
Marcel Hellkamp
a1e9860040 Repair travis builds 2020-10-03 16:47:47 +02:00
Dingyuan Wang
6f5502f709 fix text_factory local config 2020-10-03 16:41:06 +02:00
Marcel Hellkamp
fa8c664809 Fixed package url 2020-10-03 16:41:06 +02:00
Marcel Hellkamp
dda929b4b3 Added LICENSE just to be sure. 2020-10-03 16:41:06 +02:00
Marcel Hellkamp
5476754f1d It's 2020 2020-10-03 16:32:01 +02:00
Marcel Hellkamp
3fc31f70df Dropped EOL Python versions from tox.ini 2020-10-03 16:31:54 +02:00
Thiago Avelino
f55aeb96ad set new version 0.1.3
- sqlite3: make it possible to set text_factory upon initialization
2016-06-16 09:22:16 -03:00
Thiago Avelino
1398dd9cad Merge pull request #8 from abbbi/master
sqlite3: make it possible to set text_factory upon initialization
2014-12-25 20:48:25 -02:00
abi
1fd4be5901 sqlite3: make it possible to set text_factory upon initialization, including tests 2014-12-25 21:40:41 +01:00
Thiago Avelino
961d4e8f0a fix travis ci image build, ref #4 2014-03-30 05:43:02 -03:00
Iuri de Silvio
1807f36c3b Add travis badge to readme
Ref #4
2014-03-29 15:39:42 -03:00
Thiago Avelino
4841f9dfa9 update git repo on README, ref #5 2014-03-29 15:33:56 -03:00
Iuri de Silvio
2643fb858f More tests, based on bottle-sqlalchemy unit and regression tests. 2014-03-29 15:29:16 -03:00
Iuri de Silvio
a746772bf9 Fix all PEP8 warnings, including a missing import (added the
`test_raise_sqlite_integrity_error`).
2014-03-29 15:29:16 -03:00
Iuri de Silvio
e0d85fbc44 Make it work with two plugins.
bottle>=0.10 changed behaviour to replace plugins with the same name,
so I have to patch the name if a plugin with the same name already
exists.
2014-03-29 15:29:16 -03:00
Marcel Hellkamp
b5fe085f96 Rename .travis to .travis.yml 2014-03-29 18:08:26 +01:00
Iuri de Silvio
adda6b53a1 Add .gitignore, tox and travis files. 2014-03-29 10:33:09 -03:00
Iuri de Silvio
9d20d994a7 Set plugin api=2 to make it work with older bottle versions. 2014-03-29 10:29:40 -03:00
Mageti
d666670c94 correct keyword in args
correct bad copy-paste to not change this plugin behavior
2014-03-27 15:10:24 +01:00
Mageti
7d5b72cde1 sqlalchemy->sqlite
Correct a bad copy-paste
change sqlalchemy keyword to sqlite
2014-03-27 15:07:01 +01:00
Mageti
bee5c022b1 Updating bottle_sqlite.py to new bottle
Updating bottle_sqlite.py to new bottle versions
inspired by bottle_sqlalchemy
adapted to python3
2014-03-27 14:40:11 +01:00
Thiago Avelino
87d94efcdc rename README file, used rst syntax 2014-03-17 12:42:17 -03:00
Marcel Hellkamp
f0b377857e sqlite-fix: Auto-commit on HTTPResponde exceptions (e.g. redirects) 2012-02-07 19:07:27 +01:00
Sean M. Collins
31486d5066 Update READMEs 2011-09-08 11:20:49 -04:00
Marcel Hellkamp
7c6f7b3abb Moved plugins from main bottle repository to bottle-extras. 2011-09-01 19:21:53 +02:00