sqlcomponents / sqlcomponents

This is SQL Bridge R&D work
Apache License 2.0
1 stars 51 forks source link

[Mapper]Support for Geometric Data types (Polygon Type) #93 #131

Closed Pratekh closed 6 months ago

Pratekh commented 6 months ago

Polygon Type Scenario: DBA created a DDL with Polygon Type Column
When the DBA runs the Compiler
Then the compiler creates Polygon datatype model with appropriate size

Made changes in raja, column, mapper files in order to changes & complete task