Determine whether ids or names should be referenced when generating blr for fields and relations.
| 119 | |
| 120 | // Determine whether ids or names should be referenced when generating blr for fields and relations. |
| 121 | bool DDL_ids(const DsqlCompilerScratch* scratch) |
| 122 | { |
| 123 | return !(scratch->flags & DsqlCompilerScratch::FLAG_DDL); |
| 124 | } |
| 125 | |
| 126 | |
| 127 | void DDL_resolve_intl_type(DsqlCompilerScratch* dsqlScratch, dsql_fld* field, |