Commit graph

  • be59a88fc6
    Merge pull request #503 from Sanjaiy/master go-jet 2025-06-16 18:15:36 +02:00
  • c71c14dffd
    Bump github.com/go-sql-driver/mysql from 1.9.0 to 1.9.3 dependabot[bot] 2025-06-13 21:40:18 +00:00
  • caf1088cd4 Added new table test_sample.people under mysql SanjaiyKumar 2025-06-12 04:38:27 +05:30
  • 59044a0521 Added new table test_sample.people under mysql SanjaiyKumar 2025-06-12 04:32:37 +05:30
  • a56447d1fc Excluded GENERATED ALWAYS VIRTUAL columns from mutable columns SanjaiyKumar 2025-06-12 04:22:06 +05:30
  • b23388d2fd
    Merge pull request #501 from go-jet/dependabot/go_modules/github.com/bytedance/sonic-1.13.3 go-jet 2025-06-06 09:34:14 +02:00
  • 556f2e2b63
    Bump github.com/bytedance/sonic from 1.13.2 to 1.13.3 dependabot[bot] 2025-06-03 21:07:02 +00:00
  • c73dc5f317
    Update README.md go-jet 2025-05-27 12:20:21 +02:00
  • 622b05a641
    Merge pull request #488 from go-jet/dependabot/go_modules/github.com/mattn/go-sqlite3-1.14.28 go-jet 2025-05-18 18:27:54 +02:00
  • 872421c13d Update FUNDING.yml go-jet 2025-04-26 15:07:47 +02:00
  • fc7e290682
    Merge pull request #494 from go-jet/develop go-jet 2025-04-26 14:55:26 +02:00
  • 3f52b182b5 Merge remote-tracking branch 'upstream/master' into develop go-jet 2025-04-26 14:37:08 +02:00
  • 6813237d4e Merge branch 'master' into develop go-jet 2025-04-26 14:36:22 +02:00
  • 8bcf8824ea Add FUNDING.yml go-jet 2025-04-26 14:17:56 +02:00
  • 30e1077719
    Merge pull request #484 from joshkaplinsky/joshkaplinsky/skip-gen-cli go-jet 2025-04-20 13:13:47 +02:00
  • 5c4068dec3
    chore: add ShouldSkip to generator template tests Josh Kaplinsky 2025-04-18 08:21:02 -04:00
  • da6253215f
    Merge pull request #490 from go-jet/dependabot/go_modules/golang.org/x/crypto-0.35.0 go-jet 2025-04-18 12:49:29 +02:00
  • d621dcb129 go.mod tidy go-jet 2025-04-18 12:40:41 +02:00
  • d7b395c2fe go.mod tidy go-jet 2025-04-18 12:37:11 +02:00
  • aae1041e59
    Bump golang.org/x/crypto from 0.31.0 to 0.35.0 dependabot[bot] 2025-04-17 10:58:26 +00:00
  • cb1bca151d
    Bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.28 dependabot[bot] 2025-04-16 21:08:47 +00:00
  • 0d361c8863
    chore: remove unit tests Josh Kaplinsky 2025-04-14 08:36:13 -04:00
  • e8e4cfc1e0
    chore: add unit tests for code cov Josh Kaplinsky 2025-04-10 09:28:51 -04:00
  • 436a72ae5c
    feat: skip model and sql gen options in cli Josh Kaplinsky 2025-04-10 09:02:23 -04:00
  • 6c1224017d
    Merge pull request #481 from go-jet/donate go-jet 2025-04-05 14:49:55 +02:00
  • c7a7130f8b Add ways to donate. go-jet 2025-04-05 14:35:35 +02:00
  • a366feb01d
    Merge pull request #476 from markvai/fix-custom-type-parameter-gen go-jet 2025-04-02 12:36:47 +02:00
  • 0947de0628 Add the ability to use custom generic types with non std inner types markvai 2025-03-27 17:42:27 +02:00
  • 51c269f200
    Merge pull request #477 from go-jet/sonic-bug-fix go-jet 2025-03-31 20:15:16 +02:00
  • acd1aa2078 Uncomment TestNorthwindJoinEverythingJsonSonic since sonic library bug is fixed now. go-jet 2025-03-31 20:04:31 +02:00
  • a8c468bc8a
    Merge pull request #470 from go-jet/dependabot/go_modules/github.com/bytedance/sonic-1.13.2 go-jet 2025-03-31 19:59:48 +02:00
  • 959811b120
    Bump github.com/bytedance/sonic from 1.13.1 to 1.13.2 dependabot[bot] 2025-03-21 21:06:32 +00:00
  • 06530363f5
    Merge pull request #458 from switchupcb/patch-1 go-jet 2025-03-16 18:50:17 +01:00
  • fb7c376ba5
    Update Readme.md (#464) go-jet 2025-03-16 12:54:32 +01:00
  • a3fc2d8832
    Merge pull request #463 from go-jet/columnlist-set go-jet 2025-03-13 13:58:15 +01:00
  • 34ee39ca2a Upgrade jet generator version. go-jet 2025-03-13 13:37:27 +01:00
  • 4fcc99f48f Add support for assigning one ColumnList to another in INSERT and UPDATE queries. go-jet 2025-03-13 13:05:35 +01:00
  • c9e6fb1f75
    Merge pull request #462 from go-jet/columnlist-from go-jet 2025-03-13 12:56:40 +01:00
  • 85ea908285 Add support for exporting a ColumnList from a subquery. go-jet 2025-03-13 12:45:01 +01:00
  • 77dc0bcb57 remove unused SwitchUpCB 2025-03-11 15:39:22 +00:00
  • 13ad686ac4
    Merge pull request #460 from go-jet/json-unmrsh go-jet 2025-03-11 13:50:35 +01:00
  • 1db6b12074 Add support for configuring the JSON unmarshal function used when querying SELECT_JSON statements. go-jet 2025-03-11 13:33:39 +01:00
  • 7ab44bc61c
    Merge pull request #459 from go-jet/strict-scan go-jet 2025-03-11 11:08:53 +01:00
  • d86f14e665 Add support for strict scan. If there are unused columns in query result set Query method panics. go-jet 2025-03-11 10:50:06 +01:00
  • cfc264221b Rename the parent pointer to root, as the pointer often references expression multiple layers above the current expression. go-jet 2025-03-09 19:06:17 +01:00
  • 1f3215c879
    Merge pull request #457 from go-jet/select_json go-jet 2025-03-09 18:43:49 +01:00
  • ac3275dcb0 Fix test. go-jet 2025-03-09 18:35:34 +01:00
  • 03af2665ea Merge branch 'master' into select_json go-jet 2025-03-09 18:32:20 +01:00
  • 97f1b46352 Revert go version change and mariadb. go-jet 2025-03-09 18:22:31 +01:00
  • 950b33191e Remove QueryJson statements method to avoid potential misuse. go-jet 2025-03-09 17:46:34 +01:00
  • 3155f99f0e
    Merge pull request #455 from go-jet/dependabot/go_modules/github.com/go-sql-driver/mysql-1.9.0 go-jet 2025-03-08 19:29:03 +01:00
  • 12c96116d0 Remove 3rdparty/json. go-jet 2025-03-08 19:09:58 +01:00
  • 17646ca99c Encode json values implicitly in the sql queries according the golang json package spec. go-jet 2025-03-08 19:01:37 +01:00
  • 685f13e554
    Merge pull request #456 from go-jet/dependabot/go_modules/github.com/google/go-cmp-0.7.0 go-jet 2025-03-07 11:47:17 +01:00
  • ec4bf00276
    remove redudant call in filesys RemoveDir SwitchUpCB 2025-03-06 16:33:14 -06:00
  • 33c1d9e663 Reintroduce Uint64 literal constructor for postgres dialect. go-jet 2025-03-04 19:57:42 +01:00
  • 9616bb5cfe Separate postgres, mysql and sqlite database init from mariadb and cockroachdb. go-jet 2025-03-02 14:57:26 +01:00
  • 74f48fc567 Fix mariadb HasDefault column. go-jet 2025-03-02 14:45:41 +01:00
  • 48ff221747 mysql set traditional sql mode go-jet 2025-03-01 20:06:54 +01:00
  • 4b0f6960a8 mysql strict mode. go-jet 2025-03-01 19:54:32 +01:00
  • dea09d49e8 Test fix. go-jet 2025-03-01 19:40:23 +01:00
  • 5103e0f1ab Debug circle.ci go-jet 2025-03-01 19:00:57 +01:00
  • 27e6cc1604 Tests fix. go-jet 2025-03-01 18:23:27 +01:00
  • c94216ab0e Add support for blob expressions. go-jet 2025-02-28 18:23:15 +01:00
  • 26e478dc7e Fix code scanner build. go-jet 2025-02-24 11:39:01 +01:00
  • 6fe2f8605e Fix tests and update circle.ci go-jet 2025-02-22 18:32:57 +01:00
  • f20bf50879 Support additional unmarshal formats. - Additional time formats supported - Support for hex format binary string unmarshal - Support for base64 format with prefix - Support for unmarshalling "0" and "1" to boolean value go-jet 2025-02-22 18:28:25 +01:00
  • 71f0a2c776
    Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 dependabot[bot] 2025-02-21 21:17:24 +00:00
  • c93c9f2888 Add encoding/json from standard library go-jet 2025-02-21 19:58:26 +01:00
  • 7b16e432ff Add support for SELECT_JSON statements. go-jet 2025-02-21 19:55:01 +01:00
  • 7047de44a9
    Merge pull request #452 from Hasaber8/feature/448 go-jet 2025-02-20 14:59:38 +01:00
  • 04319bb3f1
    Bump github.com/go-sql-driver/mysql from 1.8.1 to 1.9.0 dependabot[bot] 2025-02-19 21:51:34 +00:00
  • d733f9688e
    feature: Add support for LIMIT query in UPDATE for sql Rohan Hasabe 2025-02-08 17:25:02 -05:00
  • 262d866a4a
    Merge pull request #451 from sirmackan/master go-jet 2025-02-17 20:10:07 +01:00
  • 0b664c6425 fixed default columns for mysql generator charlie 2025-02-16 09:30:54 +01:00
  • e5fcf35f73
    Merge pull request #453 from go-jet/cdb-test-fix go-jet 2025-02-14 15:13:38 +01:00
  • de3e912872 Fix cockroachdb test build. go-jet 2025-02-14 14:10:29 +01:00
  • 38ea65434f DefaultColumns() helper on Table charlie 2025-02-06 09:34:22 +01:00
  • 00b8155f74
    Merge pull request #443 from TotallyGamerJet/441_gen go-jet 2025-01-23 14:24:57 +01:00
  • 8975f87830 Remove dbName as argument TotallyGamerJet 2025-01-21 14:06:34 -05:00
  • e4ceb421de generator/*: allow passing DB directly TotallyGamerJet 2025-01-17 14:49:04 -05:00
  • 269bb4a3c9
    Merge pull request #434 from formica2/master go-jet 2025-01-15 18:24:29 +01:00
  • 8646646750 Merge branch 'master' of https://github.com/formica2/jet formica2 2025-01-13 11:13:01 +03:00
  • 906836f167 Add omitted reserved word on postgresql formica2 2025-01-13 10:58:48 +03:00
  • 4348c50d74
    Merge branch 'go-jet:master' into master formica2 2025-01-13 11:00:28 +03:00
  • 15150dc886 Add omitted reserved word on postgresql formica2 2025-01-13 10:58:48 +03:00
  • 4ab24b38ff
    Merge pull request #436 from galexrt/skip_fields go-jet 2025-01-10 14:27:23 +01:00
  • 60ba05b6fb
    feat: add generator skip option for table columns Alexander Trost 2024-12-26 15:03:42 +01:00
  • 855824a793 Add postgres keyword authorization formica2 2024-12-23 13:22:29 +03:00
  • f9ed359785
    Merge pull request #431 from go-jet/dependabot/go_modules/golang.org/x/crypto-0.31.0 go-jet 2024-12-12 12:31:48 +01:00
  • acfc3ecc37
    Bump golang.org/x/crypto from 0.20.0 to 0.31.0 dependabot[bot] 2024-12-12 11:25:38 +00:00
  • 8d3d048c20
    Merge pull request #428 from go-jet/dependabot/go_modules/github.com/stretchr/testify-1.10.0 go-jet 2024-11-27 13:22:36 +01:00
  • 072b58cd6d
    Merge pull request #424 from jamius19/pkg-customization go-jet 2024-11-26 11:46:52 +01:00
  • 71ae4ed2e0 Fixed flag usage info Jamius Siam 2024-11-26 16:36:33 +06:00
  • d22f3cff3d Fixed flag names Jamius Siam 2024-11-26 15:48:36 +06:00
  • cab3cc63bf Replace path package with filepath Jamius Siam 2024-11-26 15:40:34 +06:00
  • 6c6ba97f83
    Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 dependabot[bot] 2024-11-25 21:37:04 +00:00
  • d6f1f28db8 Fixed cross-platform path compatibility Jamius Siam 2024-11-24 21:41:52 +06:00
  • b08dd48c71 Updated tests for package customization CLI args Jamius Siam 2024-11-23 00:02:35 +06:00
  • 5add82eacb Refactored CLI arguments Jamius Siam 2024-11-22 21:37:55 +06:00