Hi Neil,
When I ask JPOX to create a table, it issues this query:
CREATE TABLE "PRODUCT"
(
"SKU" varchar(255) NOT NULL,
PRIMARY KEY ("SKU")
)
Yet, when I look at the database in postgres, it has the
table name as product (lower case).
If I remember well, Postgres converts everything in lowercase. Sequoia
just forwards the request as is without altering its case so it is an
artifact of your database.
Best regards,
Emmanuel
--
Emmanuel Cecchet
Chief Scientific Officer, Continuent
Blog: http://emanux.blogspot.com/
Open source: http://www.continuent.org
Corporate: http://www.continuent.com
Skype: emmanuel_cecchet
Cell: +33 687 342 685
_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia