Column names are not passed as string literals #3
Labels
No labels
bug
confirmed
critical
discussion
documentation
Doing
enhancement
suggestion
support
To Do
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: hazaar/hazaar-dbi#3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I had a case where a developer created a column called "from_FRED", which is bad for other reasons, but it was converted to "from_fred" when it was created on other databases. Reason is uppercase table names are so bad that unless you quote the table name as a string literal, case is ignored when the table is created.
Soooooo... I spose I will quote the table name to turn it into a string literal so that developers can continue to do boneheaded things that will "just work".
added ~160 label
closed via commit
b1ee4d3110