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

code-gen: sql follow references in DDL and where clause #315

Merged
merged 1 commit into from Sep 27, 2020

Conversation

dirkdev98
Copy link
Member

This allows to name types that are used as a table column.

Closes #309

This allows to name types that are used as a table column.

Closes #309
@github-actions
Copy link
Contributor

==== Benchmark result ====


Total benchmarks: 9
          Passed: 9
          Failed: 0
-----------
object validator simple      5000000  iterations     482  ns/op
object validator nested        50000  iterations   46776  ns/op
logger - strings              500000  iterations    3473  ns/op
logger - objects              500000  iterations    4101  ns/op
logger - deep objects         200000  iterations    6922  ns/op
uuid                         2000000  iterations     582  ns/op
uuid.isValid                10000000  iterations     143  ns/op
isNil                      500000000  iterations       0  ns/op
isPlainObject               50000000  iterations      21  ns/op

@github-actions
Copy link
Contributor

==== C8 test coverage ====
Statements: 79.49% ( 15553/19567 )
Branches : 79.16% ( 1914 /2418 )
Functions : 76.03% ( 552 /726 )
Lines : 79.49% ( 15553 /19567 )

@dirkdev98 dirkdev98 merged commit e0657b3 into master Sep 27, 2020
@dirkdev98 dirkdev98 deleted the fix/code-gen-auto-ref branch September 27, 2020 09:37
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.

code-gen: fix named items (auto references) not showing up in where clause
1 participant