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

feat(core): add sql.ref() helper #4402

Merged
merged 1 commit into from
May 30, 2023
Merged

feat(core): add sql.ref() helper #4402

merged 1 commit into from
May 30, 2023

Conversation

B4nan
Copy link
Member

@B4nan B4nan commented May 29, 2023

Replacement for qb.ref().

@codecov
Copy link

codecov bot commented May 29, 2023

Codecov Report

Patch coverage: 96.00% and project coverage change: -0.01 ⚠️

Comparison is base (ec09fc6) 99.47% compared to head (e9d3317) 99.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##               v6    #4402      +/-   ##
==========================================
- Coverage   99.47%   99.46%   -0.01%     
==========================================
  Files         218      218              
  Lines       14785    14797      +12     
  Branches     3411     3416       +5     
==========================================
+ Hits        14707    14718      +11     
- Misses         76       77       +1     
  Partials        2        2              
Impacted Files Coverage Δ
packages/knex/src/query/QueryBuilderHelper.ts 99.76% <80.00%> (-0.24%) ⬇️
packages/core/src/utils/RawQueryFragment.ts 100.00% <100.00%> (ø)
packages/knex/src/AbstractSqlDriver.ts 99.82% <100.00%> (+<0.01%) ⬆️
packages/knex/src/AbstractSqlPlatform.ts 100.00% <100.00%> (ø)
packages/knex/src/query/QueryBuilder.ts 99.56% <100.00%> (-0.01%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Replacement for `qb.ref()`.
@B4nan B4nan merged commit 75dc4ed into v6 May 30, 2023
7 of 9 checks passed
@B4nan B4nan deleted the sql-ref branch May 30, 2023 16:32
B4nan added a commit that referenced this pull request Jun 11, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Sep 10, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Sep 20, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Sep 24, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Sep 30, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Oct 2, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Oct 17, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Oct 21, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Oct 25, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Nov 2, 2023
Replacement for `qb.ref()`.
B4nan added a commit that referenced this pull request Nov 5, 2023
Replacement for `qb.ref()`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant