pietermartin / sqlg

TinkerPop graph over sql
MIT License
243 stars 51 forks source link

`drop()` fails on postgresql partitioned tables #335

Closed pietermartin closed 5 years ago

pietermartin commented 5 years ago

the drop() gremlin statement translates in the simple case to a TRUNCATE ONLY statement. The ONLY part does not work on partitioned tables so I am simply going to remove it as its not necessary for Sqlg.

pietermartin commented 5 years ago

Fixed in commit https://github.com/pietermartin/sqlg/commit/f84c31039ac7856974b07c508106f4a593d54436