Releases: itsumura-h/nim-allographer
Releases · itsumura-h/nim-allographer
v0.31.0
What's Changed
- fix env by @itsumura-h in #284
- feat: enhance query builder with improved alias handling by @itsumura-h in #285
- fix postgres timestamps by @itsumura-h in #287
- 288 create schema file by @itsumura-h in #289
- 290 fix maysql mariadb deprecated pragma by @itsumura-h in #291
- 286 same for other db by @itsumura-h in #292
- 280 use database url by @itsumura-h in #293
- 193 add comment to schema by @itsumura-h in #296
- 298 remove v1 code by @itsumura-h in #299
- 297 remove interface ischema by @itsumura-h in #300
- fix onTable by @itsumura-h in #304
- 295 insert update for t by @itsumura-h in #305
- 0.31.0 by @itsumura-h in #306
Full Changelog: v0.30.0...v0.31.0
v0.30.0
Changes
- 278 orm proc @itsumura-h (#279)
- export XxConnections #273 @itsumura-h (#274)
v0.29.1
Changes
- 0.29.1 @itsumura-h (#270)
- 268 fix connection pool @itsumura-h (#269)
v0.29.0
Changes
- 266 v0.29.0 @itsumura-h (#267)
- 264 fix int32 arg in dbopen @itsumura-h (#265)
- fix benchmark for v2 @bung87 (#263)
- fix
getOsName
onmacosx
@bung87 (#262)
v0.28.0
Changes
- 257 update nim doc for v2 @itsumura-h (#260)
- gen docs @itsumura-h (#259)
- gen docs @itsumura-h (#258)
- 251 nim v2 support @itsumura-h (#256)
v0.27.0
Changes
- Delete unused comment in surrealdb @itsumura-h (#255)
- fix surreal @itsumura-h (#254)
- 235 inserting binary data into blob column in sqlite fails with unhandled exception unrecognized token @itsumura-h (#252)
v0.26.0
Changes
- fix api docs url @itsumura-h (#247)
- Fix api docs @itsumura-h (#246)
- update query should put 0/1 not string #234 @itsumura-h (#245)
- when error raised, thorow error #242 @itsumura-h (#244)
- add multiple primary @itsumura-h (#243)
- 233 rearchtecture schema @itsumura-h (#237)
- require db_connector for nim > 1.6 @sgmihai (#240)
- initial nim-devel compatibility @sgmihai (#236)
- 229 wrong string generated for unsigned int constraint @itsumura-h (#232)
v0.25.1
Changes
- Update doc @itsumura-h (#231)
- Update doc @itsumura-h (#230)
- fix
SurrealId
can be pass as argument forwhere
andfind
v0.25.0
Changes
- 226 support surrealdb @itsumura-h (#228)
v0.24.1
Changes
- 0.24.1 @itsumura-h (#225)
- Feature #223 - Support strings in where(Not)In clauses @jorgeavaldez (#224)
- Fix import, fix quote at orderby @itsumura-h (#221)