-
d8b9d30c · attach/detach: fix Detach and detach method in Attach class
pushed to branch
49-concurrent-bulk-insert-for-sqlite-with-attached-database
at
pydisk / Querybuilder
-
fa99ea3e · fix ci/cd
pushed to branch
49-concurrent-bulk-insert-for-sqlite-with-attached-database
at
pydisk / Querybuilder
-
6215fe51 · relations: to_table method, no TableAs class.
- ... and 4 more commits. Compare 5ea5e4c6...6215fe51
commented on
issue #49
"Concurrent Bulk Insert for SQLite with attached database"
at
pydisk / Querybuilder
the previously proposed syntax is non-sense. We should have a distinct method parallel_insert
which do insertion query only, in parallel. Otherwi...
pushed to branch
49-concurrent-bulk-insert-for-sqlite-with-attached-database
at
pydisk / Querybuilder
-
5ea5e4c6 · fix typing
pushed to branch
49-concurrent-bulk-insert-for-sqlite-with-attached-database
at
pydisk / Querybuilder
-
ac07fb2f · fix test type test
commented on
issue #49
"Concurrent Bulk Insert for SQLite with attached database"
at
pydisk / Querybuilder
By the way, how does parallel insert many using ATTACH
ed temporary databases behave with respect to transactions?
commented on
issue #49
"Concurrent Bulk Insert for SQLite with attached database"
at
pydisk / Querybuilder
Ouch. That's not a good place to add the parallel
keyword, as executemany
is actually a method of the transaction manager, which is not dialect aw...
pushed new branch
49-concurrent-bulk-insert-for-sqlite-with-attached-database
at
pydisk / Querybuilder
opened
issue
#49
"Concurrent Bulk Insert for SQLite with attached database"
at
pydisk / Querybuilder
-
6d287e14 · Merge branch 'hotfix/coalesce' into 'master'
- ... and 2 more commits. Compare 4d940d36...6d287e14
-
47eb7183 · Merge branch 'master' into features/helpers
- ... and 4 more commits. Compare 46988c56...47eb7183
-
4d940d36 · Merge branch 'hotfix/fix_check_in_ColumnSpec' into 'master'
- ... and 1 more commit. Compare 22fcb196...4d940d36