CollaboratingPlatypus / PetaPoco

Official PetaPoco, A tiny ORM-ish thing for your POCO's
Other
2.07k stars 601 forks source link

Add remaining Oracle tests #706

Closed Curlack closed 11 months ago

Curlack commented 11 months ago

Add remaining Oracle tests. Leave sqlIdentifier untouched when escaping in OracleDatabaseProvider. Rather use VARCHAR2(36) for Guid instead of RAW(16). Add missing space between FROM identifier and WHERE clause.

Related to #699