f0l1v31r4 / fenixsql

Automatically exported from code.google.com/p/fenixsql
Other
0 stars 0 forks source link

ViewDataAction table mixed lower an uper case #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

my table and viws,..   mixed lower upper case
CREATE TABLE Dnevnik (
  IDPartner                       INTEGER NOT NULL,
  RedniBroj                       INTEGER NOT NULL,
  RBroj                           INTEGER NOT NULL,
...
action View Data

error Tabela unknow DNEVNIK

define quoted "Dnevnik" and

CREATE TABLE Dnevnik (
  "IDPartner"                       INTEGER NOT NULL,
  "RedniBroj"                       INTEGER NOT NULL,
  "RBroj"                           INTEGER NOT NULL,

Original issue reported on code.google.com by CvZeljko on 27 Nov 2012 at 7:12

GoogleCodeExporter commented 8 years ago

Original comment by fenis...@gmail.com on 4 Mar 2013 at 1:00

GoogleCodeExporter commented 8 years ago
how to get quotes on my review
my tables, views, procedures, ...

Original comment by CvZeljko on 4 Mar 2013 at 2:42