- 01 Jun, 2022 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8458 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 04 May, 2022 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8397 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 03 May, 2022 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8394 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 22 Apr, 2022 2 commits
-
-
Kris Vanneste authored
Explicitly close database cursor in a number of methods of SQLiteDB. Small fix in create_gpkg_view method of SQLiteDB. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8358 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8357 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 05 Apr, 2022 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8340 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 01 Apr, 2022 3 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8335 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8334 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8333 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 17 Mar, 2022 1 commit
-
-
Kris Vanneste authored
Fixed problem in reorder_columns method of SQLiteDB. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8301 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 09 Feb, 2022 1 commit
-
-
Kris Vanneste authored
Added list_views method to SQLiteDB. Added 'verbose' argument to import_table method of SQLiteDB. Added copy_table and reorder_columns methods to SQLiteDB. Added 'table_name' argument to get_sql_commands method of SQLiteDB. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8239 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 04 Feb, 2022 2 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8236 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8235 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 29 Jan, 2022 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8220 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 27 Jan, 2022 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8208 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 04 Jan, 2022 2 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8116 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8115 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 30 Nov, 2021 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8065 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 29 Nov, 2021 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@8058 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 11 Nov, 2021 3 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7995 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Added add_records method to SQLiteDB, wrapping the same method in base.py, but returning the IDs of the inserted rows. Added add_rows alias for add_records method of SQLiteDB. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7994 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Added 'verbose' argument to several methods of MySQLDB. Improved add_records method of MySQLDB. Added add_rows alias for add_records method of MySQLDB. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7993 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 10 Nov, 2021 3 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7991 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Added 'verbose' and/or 'dry_run' arguments to several methods of SQLiteDB. Fixed PY3 compatibility issue in get_geometry_types method of SQLiteDB. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7990 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Added 'verbose' and/or 'dry_run' arguments to several methods of SQLDB. Fixed PY3 compatibility issue in update_row and update_column methods of SQLDB. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7989 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 31 Oct, 2021 2 commits
-
-
Kris Vanneste authored
Added add_records method to MySQLDB, wrapping generic SQLDB.add_records method, and returning inserted row IDs. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7971 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7970 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 12 Jul, 2021 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7830 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 10 Jul, 2021 2 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7827 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7826 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 30 Jun, 2021 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7804 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 17 Mar, 2021 3 commits
-
-
Kris Vanneste authored
Return PrettyTable instance instead of printing if 'print_table' argument is True in query_sqlite_db_generic function. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7635 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Return PrettyTable instance instead of printing if 'print_table' argument is True in query_mysql_db_generic function. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7634 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Return PrettyTable instance instead of printing if 'print_table' argument is True in query_generic method of SQLDB. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7633 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 17 Jan, 2021 2 commits
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7435 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
Kris Vanneste authored
Moved enable_load_extension in try/except statement to catch older python versions not supporting this in connect method of SQLiteDB. git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7434 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 20 Oct, 2020 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@7158 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 20 Apr, 2020 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@6568 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 06 Dec, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@5938 40b490c5-b4d9-47cb-8714-9bef99b524d5
-
- 29 Nov, 2019 1 commit
-
-
Kris Vanneste authored
git-svn-id: https://svn.seismo.oma.be/svn/seismo/db/simpledb/trunk@5876 40b490c5-b4d9-47cb-8714-9bef99b524d5
-