Henry Baxter
Results
1
comments of
Henry Baxter
I would add that overriding `decimal` is also confusing, for example in my particular case I had: ```sql CREATE TABLE foo ( bar decimal NOT NULL ); ``` and the...