jet/generator/template
Alexander Trost 60ba05b6fb
feat: add generator skip option for table columns
Signed-off-by: Alexander Trost <galexrt@googlemail.com>
2025-01-07 22:30:15 +01:00
..
file_templates.go feat: add generator skip option for table columns 2025-01-07 22:30:15 +01:00
format.go Extracted golang comment format function 2024-09-26 14:17:21 +02:00
format_test.go Extracted golang comment format function 2024-09-26 14:17:21 +02:00
generator_template.go Add the ability to fully customize jet generated files. 2021-07-27 17:39:21 +02:00
model_template.go feat: add generator skip option for table columns 2025-01-07 22:30:15 +01:00
model_template_test.go Add the ability to fully customize jet generated files. 2021-07-27 17:39:21 +02:00
process.go feat: add generator skip option for table columns 2025-01-07 22:30:15 +01:00
sql_builder_template.go feat: add generator skip option for table columns 2025-01-07 22:30:15 +01:00
sql_builder_template_test.go Updated sql_builder_template to check if column is in a conflicted column name array and renames to {col}_ if it is a conflicting name. Added unit tests. 2024-10-26 22:43:41 -04:00