Skip to content

Releases: mvoorberg/sqlxgen

v1.0.9

30 Apr 21:18
Compare
Choose a tag to compare

Changelog

  • 707e4d5 fixing a bug in the update tempklate

v1.0.8

30 Apr 18:12
Compare
Choose a tag to compare

Changelog

  • 94dc3b9 Fixed delimiter in the generated Update sql to be before the op
  • 98b828b version bump to 1.0.8

v1.0.7

18 Apr 00:09
Compare
Choose a tag to compare

Changelog

  • 2b5fa89 Updated infer to use pointer for json.RawMessage
  • 37496de version bump

v1.0.6

12 Apr 17:21
Compare
Choose a tag to compare

Changelog

v1.0.4

04 Apr 21:13
Compare
Choose a tag to compare

Changelog

v1.0.3

04 Apr 19:24
Compare
Choose a tag to compare

Changelog

  • b8849ff Adding config options to allow for postgresInt64JsonString
  • c55c3db Adding the updated generated example code
  • 0b8e432 rename from UpdateByAk to UpdateOne, add version to the cli
  • 9011cf9 test suite

v1.0.2

18 Feb 07:12
Compare
Choose a tag to compare

Changelog

1.0.0-rc

18 Feb 05:17
Compare
Choose a tag to compare

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