Commit a56bc6e
authored
* feat: Add support for `speedups` option for type conversion
Add new boolean option `speedups` to use other libraries for type conversion.
Requires extra dependencies to be installed. Currently affects `sqlite3` & `aiosqlite`.
Uses `ciso8601` library. (feature/asyncpg-copyfrom)
* feat(asyncpg): add support for COPY FROM query
- Added logic to execute COPY FROM query to insert rows into a table with
name: methodName CmdCopyFrom and return the number of affected rows.
- Updated docstrings to reflect the changes for the new query.
- Added parameters and return type information for the new query.
(issue #feature/asyncpg-copyfrom)
* auto generated code
* docs: Update README.md to indicate asyncpg support for copyfrom (issue #feature/asyncpg-copyfrom)
* tests
* fragment
* ci: Add sqlite3 check workflow using nox (feature/asyncpg-copyfrom)
* fix some mising sqlite3 tests
* readme fix
1 parent 2373c8a commit a56bc6e
43 files changed
Lines changed: 2997 additions & 739 deletions
File tree
- .changes/unreleased
- .github/workflows
- internal
- codegen
- builders
- drivers
- test
- driver_aiosqlite
- driver_asyncpg
- attrs
- classes
- functions
- dataclass
- classes
- functions
- msgspec
- classes
- functions
- driver_sqlite3
- attrs
- classes
- functions
- dataclass
- classes
- functions
- msgspec
- classes
- functions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
196 | 216 | | |
197 | 217 | | |
198 | 218 | | |
| |||
220 | 240 | | |
221 | 241 | | |
222 | 242 | | |
223 | | - | |
| 243 | + | |
224 | 244 | | |
225 | 245 | | |
226 | 246 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
70 | 68 | | |
71 | | - | |
| 69 | + | |
72 | 70 | | |
73 | 71 | | |
74 | 72 | | |
| |||
0 commit comments