Releases: mvoorberg/sqlxgen
Releases · mvoorberg/sqlxgen
v1.0.9
v1.0.8
v1.0.7
v1.0.6
v1.0.4
v1.0.3
v1.0.2
1.0.0-rc
Changelog
- c62a1a5 Adding findSql query handling
- 40d8fe7 Dont include unsupported types in the String method, log them and include varchar types
- d99f46a Extra semi colon in the mysql template
- 8300e35 Fixed hardcoded jsonArray & jsonObject store names
- 8394aff Many updates to the Pg store & models!
- 02b2757 Merge branch 'develop'
- 46e47a8 Merge branch 'develop'
- bd03fcd Merge branch 'develop'
- 742c84c Merge remote-tracking branch 'upstream/main'
- f75a73c PG model template update & Regenerated examples
- a77df7a Publishing from my own fork
- 5616166 Revert "remove generated examples"
- 149cc77 Revert the generated code & Find Where clause change. Keep Delete as a DeleteByPk, more sample pg datatypes, toString comments for disabled types.
- 4a4e8ca Store & Model updates for PG only
- 113770d Update README.md
- df73a17 Updated templates for Find and Delete to use PK cols only
- 7d53e8d With bulkInsert
- 1dda22c add comments
- 73385c3 add feedback section
- b9d38ea add missing keyword
- d77bd99 add repo to the version tag
- 12471a2 add sqlc support info
- 08042b4 adding integration tests for generated examples
- ceac4a4 bump go mod dependency
- efe8888 cleanup error messages, remove sqlc support
- d11eda2 find not found logic
- 451081f fix code to accommodate pointer types
- 2028dd1 fix find and find all field match range
- fd3e300 fix incorrect env ref
- 0517a88 fix indent w/ tabs in create movies DDL
- 2f478cf fix model receiver name
- 0caa60d fix query introspection table issue as mysql doesn't drop table within a transaction after a rollback
- fe76d65 fix seed shebang
- 48eaee9 fix typo in the model template
- 557f059 fixed Delete queries & the pagination, regenerated
- ec8f48a fixed the package name in store template
- 5633dd6 fixing up the rows.close-es
- 4df12fa fixing updates - using partial updates by Pk only!
- 22cf5f4 improve readability
- 99119f0 improve the readme - docker cmds
- f1a6a52 include integration folder env file
- cc6f619 insert and update are functional
- ea596dd minor edit on not supported in where caluse
- 86ae4b5 re-gen the mysql models
- 54717c2 regenerate example files
- 0db7f72 remove generated examples
- 1ca3c90 remove sensitive code
- 7c6beab removed the binary from the repo!
- 89273d6 renamed UpdateMany to Update, added missing error handler
- 670a3ed task to build exec locally
- 5a7229f unwinding the delete Pk where cause, mysql & pg
- 947b92d update example directory
- 1bddd63 update integration test snapshots
- a560e7b update tc
- 009202d update tc
- 92335b2 update tc
- ba0dd48 update test snapshots
- 7a6bf17 updated the mysql model template
- 8d080a2 updates to support varchar on Postgres
- e1fc239 wip partial updates
- 35694b4 wip with updated snapshot & generated code
- b5ee2f2 with an update by AK and some rough tests on the examples