Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update tests
  • Loading branch information
andrewmbenton committed Aug 11, 2025
commit 9c42b323705e26065db5f0eb979daf6790de55e5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
{
"go_struct_tag": "also:\"tagged\"",
"column": "*.also_tagged"
},
{
"db_type": "text",
"go_struct_tag": "utype:\"text\""
}
]
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
{
"column": "foo.other",
"go_struct_tag": "type:\"this\""
},
{
"db_type": "text",
"go_struct_tag": "utype:\"text\""
}
]
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
{
"column": "foo.other",
"go_struct_tag": "type:\"this\""
},
{
"db_type": "text",
"go_struct_tag": "utype:\"text\""
}
]
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"column": "foo.id",
"go_struct_tag": "x:\"y\""
},
{
"db_type": "text",
"go_struct_tag": "utype:\"text\""
}
]
}
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
{
"go_struct_tag": "tag_with_space:\" it's legal!\"",
"column": "*.tag3"
},
{
"db_type": "text",
"go_struct_tag": "utype:\"text\""
}
]
}
Expand Down
Loading