Re: ERROR when inserting csv values into sql table
Bzzzz <[email protected]> Thu, 13 Jun 2019 14:19:06 +0200
| Newsgroups | gmane.comp.db.postgresql.novice |
|---|---|
| Organization | Anyone, anywhere BUT in banana demokratik republik of france. |
| Message-ID | <[email protected]> |
On Thu, 13 Jun 2019 20:05:55 +0800 Cravan <[email protected]> wrote: > Hi all, Hi Cravan, first things first : do you _really_ (I mean really, really, really) *need* to use columns names with capital letters ? 'cos this is the kinda thing that can easily turn to troubles comparing to put all names in lowercase. I did not use sqlalchemy for a long time but I remember of this kind of quirks (don't remember the solving, though, may be inverting single & double quotes &| put all names in uppercase.) Jean-Yves