Commit d0d345f
authored
Fix
* build: add test\driver_aiosqlite to TARGET_DIRS (bugfix/fix-sqlite)
* fix(uv.lock): Update aiosqlite to version 0.21.0 in uv.lock file (issue #47)
* refactor(sqlite): Refactor log method to use GlobalLogger
- Refactor log method in sqlite.go to use GlobalLogger instead of
log.Printf to handle unknown SQLite types. (issue: bugfix/fix-sqlite)
* feat(sqlc-gen-better-python): Add aiosqlite dependency (bugfix/fix-sqlite)
* fix(asyncpg): Fix condition for typeConversion.AsyncpgDoTypeConversion
Changed the condition for `typeConversion.AsyncpgDoTypeConversion` in
`internal/codegen/drivers/asyncpg.go` to correctly check if the `embedCol`
type needs conversion.
* add
* t
* added converters and adapters
* fix(sqlc-gen-better-python): update sha256 checksum in sqlc.yaml files
* t
* t
* finished aiosqlite
* fragments
* build: adjust docstring output for SQLite driver (fix-sqlite)
* feat(codegen): update argType to include None if nullable (fix-sqlite)
* fix: set default values to None in TestInnerSqliteType (bugfix/fix-sqlite)
* feat(asyncpg): handle nullable columns in row iteration (bugfix/fix-sqlite)
* fragmentaiosqlite (#82)1 parent e3dadbc commit d0d345f
80 files changed
Lines changed: 17570 additions & 1499 deletions
File tree
- .changes/unreleased
- .github/workflows
- internal
- codegen
- builders
- drivers
- core
- typeConversion
- types
- scripts/build
- test
- driver_aiosqlite
- attrs
- classes
- functions
- dataclass
- classes
- functions
- msgspec
- classes
- functions
- driver_asyncpg
- 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 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 | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
176 | 196 | | |
177 | 197 | | |
178 | 198 | | |
| |||
0 commit comments