Skip to content

Releases: debugger84/sqlc-gen-go

v1.3.4 Fix pagination

29 Nov 14:00
Compare
Choose a tag to compare

Full Changelog: v1.3.3...v1.3.4

SHA
420c334803aef2d0656384789a9486fa3158cb37b71f7ff245c51f8a860bb460

v1.3.3 Cursor based pagination

02 Sep 17:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

SHA256Hash

b6e6eea7cc19632b3571db75bd5dd46a5490896e7032861b614684abbc659647

Offset pagination

30 Aug 14:52
a9c4df1
Compare
Choose a tag to compare

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

21 Jul 10:42
Compare
Choose a tag to compare

Adding the ability to define the default schema for Postgresql instead of the "public" one.