File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -136,25 +136,6 @@ type SQLGo struct {
136136 QueryParameterLimit * int32 `json:"query_parameter_limit,omitempty"`
137137}
138138
139- type SQLKotlin struct {
140- EmitExactTableNames bool `json:"emit_exact_table_names,omitempty" yaml:"emit_exact_table_names"`
141- Package string `json:"package" yaml:"package"`
142- Out string `json:"out" yaml:"out"`
143- InflectionExcludeTableNames []string `json:"inflection_exclude_table_names,omitempty" yaml:"inflection_exclude_table_names"`
144- }
145-
146- type SQLPython struct {
147- EmitExactTableNames bool `json:"emit_exact_table_names" yaml:"emit_exact_table_names"`
148- EmitSyncQuerier bool `json:"emit_sync_querier" yaml:"emit_sync_querier"`
149- EmitAsyncQuerier bool `json:"emit_async_querier" yaml:"emit_async_querier"`
150- Package string `json:"package" yaml:"package"`
151- Out string `json:"out" yaml:"out"`
152- Overrides []Override `json:"overrides,omitempty" yaml:"overrides"`
153- EmitPydanticModels bool `json:"emit_pydantic_models,omitempty" yaml:"emit_pydantic_models"`
154- InflectionExcludeTableNames []string `json:"inflection_exclude_table_names,omitempty" yaml:"inflection_exclude_table_names"`
155- QueryParameterLimit * int32 `json:"query_parameter_limit,omitempty" yaml:"query_parameter_limit"`
156- }
157-
158139type SQLJSON struct {
159140 Out string `json:"out" yaml:"out"`
160141 Indent string `json:"indent,omitempty" yaml:"indent"`
You can’t perform that action at this time.
0 commit comments