Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlc-dev/sqlc-gen-typescript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.3
Choose a base ref
...
head repository: sqlc-dev/sqlc-gen-typescript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 12 commits
  • 26 files changed
  • 5 contributors

Commits on Jan 2, 2024

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    daaf539 View commit details

Commits on Mar 3, 2024

  1. Copy the full SHA
    31d4796 View commit details
  2. chore: Use local databases (#19)

    Use two new actions to run PostgreSQL and MySQL inside GitHub actions itself.
    kyleconroy authored Mar 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    cb1253f View commit details
  3. feat: Add DO NOT EDIT comment to files (#17)

    * feat: Add DO NOT EDIT comment to files
    
    * Update examples
    kyleconroy authored Mar 3, 2024
    Copy the full SHA
    27833be View commit details
  4. fix: Check for empty row (#18)

    Fixes a compiler error.
    Fixes #6
    kyleconroy authored Mar 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    0134a95 View commit details
  5. feat(mysql): Add :execlastid implementation for mysql (#13)

    * add execlastid implementation for mysql
    
    * pg and postgress driver should throw on unsupported execlastid command
    
    * only import ResultSetHeader if execlastid query exists
    
    * add throwing execlastidDecl to better-sqlite3 driver
    
    * update examples
    yshrsmz authored Mar 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    b79c5fa View commit details
  6. chore: Enable CI for pull requests (#20)

    * chore: Enable CI for pull requests
    
    * Prevent duplicate builds
    kyleconroy authored Mar 3, 2024

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ab29438 View commit details
  7. refactor: Make drivers classes instead of modules (#21)

    * WIP
    
    * postgres
    
    * Change driver from module to class
    kyleconroy authored Mar 3, 2024
    Copy the full SHA
    029aec7 View commit details
  8. Update README.md

    kyleconroy authored Mar 3, 2024
    Copy the full SHA
    570f4e3 View commit details
  9. Copy the full SHA
    1a42ab0 View commit details

Commits on May 7, 2024

  1. Update readme (#26)

    woowenjun99 authored May 7, 2024
    Copy the full SHA
    54496e9 View commit details

Commits on Nov 26, 2024

  1. docs: Add local development instructions to README (#39)

    * docs: add local development instructions to readme
    
    * fix readme
    
    * add a link to the core sqlc development guide
    shinshin86 authored Nov 26, 2024
    Copy the full SHA
    395a0ba View commit details
Loading