Commit Graph

  • 833e8987fa Fix for getargspec deprecation master Jon Michael Aanes 2023-12-04 18:16:53 +0100
  • 1bc28bfa37
    Merge 27e881de10 into fce1bb95e7 jlrdh 2023-06-29 11:12:27 +0200
  • 27e881de10
    Make bottle_sqlite comptible with python 3.11 jlrdh 2023-06-29 11:11:24 +0200
  • cd21a7bc87
    Merge e065b6d78d into fce1bb95e7 Андрей Геннеберг 2023-06-11 02:42:26 +0700
  • e065b6d78d Changed the call to inspect.getargspec() to call inspect.signature() because the getargspec() function was removed from the inspect module. Andrey Henneberg 2023-06-11 02:38:42 +0700
  • c18cdb74ec
    Merge 88722c72da into fce1bb95e7 Benoit Masson 2020-10-03 17:28:15 +0200
  • fce1bb95e7 Readme tweaks Marcel Hellkamp 2020-10-03 17:27:32 +0200
  • ce14b595c8 Release 0.2 Marcel Hellkamp 2020-10-03 17:13:16 +0200
  • a6b032e4ad Switch to setuptools Marcel Hellkamp 2020-10-03 17:17:05 +0200
  • 4bd67e4c32 Formatting Marcel Hellkamp 2020-10-03 17:05:49 +0200
  • a7bba33527 Documented extension parameter. Marcel Hellkamp 2020-10-03 17:02:59 +0200
  • 02616bfa24 add extension support Dingyuan Wang 2018-04-24 00:37:16 +0800
  • 5a6c2e128f add support for SQLite user functions and collations Dingyuan Wang 2017-08-25 15:51:32 +0800
  • a1e9860040 Repair travis builds Marcel Hellkamp 2020-10-03 16:47:47 +0200
  • 6f5502f709 fix text_factory local config Dingyuan Wang 2017-08-25 15:05:50 +0800
  • fa8c664809 Fixed package url Marcel Hellkamp 2020-10-03 16:32:10 +0200
  • dda929b4b3 Added LICENSE just to be sure. Marcel Hellkamp 2020-10-03 16:32:05 +0200
  • 5476754f1d It's 2020 Marcel Hellkamp 2020-10-03 16:32:01 +0200
  • 3fc31f70df Dropped EOL Python versions from tox.ini Marcel Hellkamp 2020-10-03 16:31:54 +0200
  • 68afe0c407
    Merge e9753085fb into f55aeb96ad James Kirsop 2020-06-19 02:21:01 -0300
  • e9753085fb Changes to allow use of detect_types parameter James Kirsop 2020-06-19 15:18:44 +1000
  • 1567cf6420 add readonly mode Dingyuan Wang 2018-09-24 12:28:21 +0800
  • 518fb6fd64
    Merge 89b15dd8b1 into f55aeb96ad Alen Mistric 2018-09-16 05:47:59 +0000
  • 89b15dd8b1 Use inspect.getfullargspec() function because inspect.getargspec() is deprecated Alen Mistric 2018-09-16 07:43:06 +0200
  • db4b81e2e4 Change domain suffix to .com Alen Mistric 2018-09-16 06:54:03 +0200
  • b5ab96db87 Include build status in README Alen Mistric 2018-09-16 06:49:39 +0200
  • be37c5c632 Fix failing builds Alen Mistric 2018-09-16 06:47:38 +0200
  • d49d2b49fa Add shebang and utf-8 encoding Alen Mistric 2018-09-16 06:47:14 +0200
  • c185b8713c
    Merge 7cf6d5a630 into f55aeb96ad Alen Mistric 2018-09-16 04:02:41 +0000
  • 7cf6d5a630 Clean up readme Alen Mistric 2018-09-16 06:01:21 +0200
  • 13f7d6c60f Clean up readme Alen Mistric 2018-09-16 05:56:40 +0200
  • 0551e4e3a5 Fix failed builds Alen Mistric 2018-09-16 05:51:58 +0200
  • d42cb93775 Add proper build status image Alen Mistric 2018-09-16 05:51:43 +0200
  • 96f3286bab Add shebang and coding attributes Alen Mistric 2018-09-16 05:50:47 +0200
  • 735c6b7dbd Replace travis build Alen Mistric 2018-09-16 05:06:08 +0200
  • e6e0e9e59e add extension support Dingyuan Wang 2018-04-24 00:37:16 +0800
  • 273bcba568 add support for SQLite user functions and collations Dingyuan Wang 2017-08-25 15:51:32 +0800
  • 4141801941 fix text_factory local config Dingyuan Wang 2017-08-25 15:05:50 +0800
  • 88722c72da Change to use the get_callback_args route function to return the right function to analyse for keywords and insert the sqlite connection. Benoit Masson 2017-01-09 02:37:56 +0100
  • 234aab49d8 Merge 2cc4e8d066 into f55aeb96ad Benoit Masson 2017-01-09 16:52:23 +0000
  • 2cc4e8d066 Change to use the get_callback_args route function to return the right function to analyse for keywords and insert the sqlite connection. Benoit Masson 2017-01-09 02:37:56 +0100
  • 8ec1bb8b7e Merge 921819a8bd into f55aeb96ad Michael Ablassmeier 2017-01-09 04:23:41 +0000
  • cb3c4b97dc Merge 9dc7eb10dc into f55aeb96ad Michael Ablassmeier 2017-01-09 04:23:40 +0000
  • 0272fe3f0f Merge fc281224cb into f55aeb96ad Benoit Masson 2017-01-09 01:40:33 +0000
  • fc281224cb with unit test and corrected function detection on the closure add a type impor tthough... Benoit Masson 2017-01-09 02:37:56 +0100
  • a640affc81 With a better check for the function type instead of callable, thanks to the test unit of sqlite !! Benoit Masson 2017-01-09 02:31:11 +0100
  • 118d3b0c10 Merge 65e186de9b into f55aeb96ad Benoit Masson 2017-01-09 00:42:46 +0000
  • 65e186de9b Added a code to get into 1st level of closure in case of other decorator (like views) has wrapped the function and miss the the keyword detection. tested 0.12 & 0.13. Benoit Masson 2017-01-09 01:41:03 +0100
  • f55aeb96ad set new version 0.1.3 Thiago Avelino 2016-06-16 09:22:16 -0300
  • 1398dd9cad Merge pull request #8 from abbbi/master Thiago Avelino 2014-12-25 20:48:25 -0200
  • 1fd4be5901 sqlite3: make it possible to set text_factory upon initialization, including tests abi 2014-12-25 21:40:41 +0100
  • 9dc7eb10dc sqlite: text_factory option tests abi 2014-12-25 21:33:21 +0100
  • 39ce9c354c use sqlite text_factory option if set abi 2014-12-15 23:35:05 +0100
  • 921819a8bd make sqlite.text_factory setting configurable abi 2014-12-15 21:00:00 +0100
  • 961d4e8f0a fix travis ci image build, ref #4 Thiago Avelino 2014-03-30 05:43:02 -0300
  • 1807f36c3b Add travis badge to readme Iuri de Silvio 2014-03-29 15:39:42 -0300
  • 4841f9dfa9 update git repo on README, ref #5 Thiago Avelino 2014-03-29 15:33:56 -0300
  • 2643fb858f More tests, based on bottle-sqlalchemy unit and regression tests. Iuri de Silvio 2014-03-29 15:26:36 -0300
  • a746772bf9 Fix all PEP8 warnings, including a missing import (added the test_raise_sqlite_integrity_error). Iuri de Silvio 2014-03-29 11:04:08 -0300
  • e0d85fbc44 Make it work with two plugins. Iuri de Silvio 2014-03-29 10:57:02 -0300
  • b5fe085f96 Rename .travis to .travis.yml Marcel Hellkamp 2014-03-29 18:08:26 +0100
  • adda6b53a1 Add .gitignore, tox and travis files. Iuri de Silvio 2014-03-29 10:33:09 -0300
  • 9d20d994a7 Set plugin api=2 to make it work with older bottle versions. Iuri de Silvio 2014-03-29 10:29:40 -0300
  • af1c21c57f Merge d666670c94 into 87d94efcdc Mageti 2014-03-28 15:34:14 +0000
  • d666670c94 correct keyword in args Mageti 2014-03-27 15:10:24 +0100
  • 7d5b72cde1 sqlalchemy->sqlite Mageti 2014-03-27 15:07:01 +0100
  • bee5c022b1 Updating bottle_sqlite.py to new bottle Mageti 2014-03-27 14:40:11 +0100
  • 87d94efcdc rename README file, used rst syntax Thiago Avelino 2014-03-17 12:42:17 -0300
  • f0b377857e sqlite-fix: Auto-commit on HTTPResponde exceptions (e.g. redirects) Marcel Hellkamp 2012-02-07 19:07:27 +0100
  • 31486d5066 Update READMEs Sean M. Collins 2011-09-08 11:17:39 -0400
  • 7c6f7b3abb Moved plugins from main bottle repository to bottle-extras. Marcel Hellkamp 2011-09-01 19:21:53 +0200