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

fix: generated code, mainly postgres #94

Merged
merged 6 commits into from
May 27, 2024
Merged

fix: generated code, mainly postgres #94

merged 6 commits into from
May 27, 2024

Conversation

si3nloong
Copy link
Owner

@si3nloong si3nloong commented May 26, 2024

  • Drop migration
  • Bump dependencies
  • Add database name support
  • Fix generated codes
  • Fix message

@si3nloong si3nloong linked an issue May 26, 2024 that may be closed by this pull request
@codecov-commenter
Copy link

codecov-commenter commented May 26, 2024

Codecov Report

Attention: Patch coverage is 22.22222% with 21 lines in your changes are missing coverage. Please review.

Project coverage is 17.47%. Comparing base (7741797) to head (2d1e630).
Report is 11 commits behind head on main.

Files Patch % Lines
sequel/dialect/postgres/alter_table_stmt.go 0.00% 5 Missing ⚠️
sequel/dialect/mysql/create_table_stmt.go 0.00% 4 Missing ⚠️
sequel/dialect/postgres/data_type.go 0.00% 4 Missing ⚠️
sequel/result.go 60.00% 4 Missing ⚠️
sequel/types/date.go 0.00% 2 Missing ⚠️
sequel/dialect/postgres/create_table_stmt.go 0.00% 1 Missing ⚠️
sequel/types/uint_slice.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #94      +/-   ##
==========================================
- Coverage   20.21%   17.47%   -2.75%     
==========================================
  Files          47       55       +8     
  Lines        1835     2112     +277     
==========================================
- Hits          371      369       -2     
- Misses       1437     1716     +279     
  Partials       27       27              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@si3nloong si3nloong linked an issue May 26, 2024 that may be closed by this pull request
@si3nloong si3nloong self-assigned this May 27, 2024
@si3nloong si3nloong added bug Something isn't working enhancement New feature or request go Pull requests that update Go code labels May 27, 2024
@si3nloong si3nloong added this to the BETA release milestone May 27, 2024
@si3nloong si3nloong merged commit 3c637da into main May 27, 2024
3 checks passed
@si3nloong si3nloong deleted the fix/postgres-bug branch May 27, 2024 01:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The latest Postgres generated code is incorrect Support database name
2 participants