Releases: debugger84/sqlc-gen-go
Releases · debugger84/sqlc-gen-go
v1.3.4 Fix pagination
Full Changelog: v1.3.3...v1.3.4
SHA
420c334803aef2d0656384789a9486fa3158cb37b71f7ff245c51f8a860bb460
v1.3.3 Cursor based pagination
What's Changed
- Cursor-based pagination approach by @debugger84 in #3
Full Changelog: v1.3.2...v1.3.3
SHA256Hash
b6e6eea7cc19632b3571db75bd5dd46a5490896e7032861b614684abbc659647
Offset pagination
What's Changed
- Synced updates from the original repository
- Added generation of the offset pagination by @debugger84 in #2
Full Changelog: v1.3.1...v1.3.2
Release hash
2fc0ab0cba9682f9c4e531e7b51b2ee0e844d6ed1569f6bd380233ba8b3eaa0d
Set default schema name for generation
Adding the ability to define the default schema for Postgresql instead of the "public" one.