Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.6.0 #99

Merged
merged 28 commits into from
Oct 25, 2021
Merged

Release 2.6.0 #99

merged 28 commits into from
Oct 25, 2021

Conversation

go-jet
Copy link
Owner

@go-jet go-jet commented Oct 25, 2021

  • [New] Generator and SQL Builder support for SQLite databases.
  • [New] Generator customization support (wiki).
  • [New] Ability to exclude columns from ColumnList (wiki)
  • [New] Generator can now connect to the database using DSN (wiki)
  • [Fix] QueryContext panic when the scanned value is nil and the destination is a slice of primitive (issue91)
  • [Fix] Special characters are not working in postgres password for generator (issue95), (issue34),

go-jet and others added 28 commits July 27, 2021 17:39
Export GroupByClause type through alias
- Allow custom types Scan method to read values returned by the driver rather then the value from intermediate Null types. Scan to intermidiate Null types removed.
- Better error handling
@go-jet go-jet changed the title Develop Release 2.6.0 Oct 25, 2021
@go-jet go-jet merged commit d335b6c into master Oct 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants