Re: NUMERIC type makes trouble in MS Access
"Tobias Wendorff" <[email protected]> Fri, 1 Jun 2018 16:07:51 +0200
| Newsgroups | gmane.comp.db.postgresql.odbc |
|---|---|
| Message-ID | <[email protected]> |
Hi Hiroshi, Am Di, 29.05.2018, 14:20 schrieb Inoue, Hiroshi: > > I added *memo* and removed *numeric* because default means > *numeric*. Thanks it works nice. What do you think about extending this feature to always apply it to NUMERIC - even when it has a scale and precision? When having a column with NUMERIC(60,40), it doesn't fit into DECIMAL, but it fits into MEMO and VARCHAR. Using the current switch, the user could either keep it as default or cast it to anything else. That feature would be VERY complete then. Best regards, Tobias