Commit Graph

8 Commits

Author SHA1 Message Date
Benoit Masson
c18cdb74ec
Merge 88722c72da into fce1bb95e7 2020-10-03 17:28:15 +02:00
Dingyuan Wang
5a6c2e128f add support for SQLite user functions and collations 2020-10-03 16:58:59 +02:00
Benoit Masson
88722c72da Change to use the get_callback_args route function to return the right function to analyse for keywords and insert the sqlite connection. 2017-01-09 17:55:12 +01:00
abi
1fd4be5901 sqlite3: make it possible to set text_factory upon initialization, including tests 2014-12-25 21:40:41 +01: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
7c6f7b3abb Moved plugins from main bottle repository to bottle-extras. 2011-09-01 19:21:53 +02:00