cwida / duckpgq-extension

DuckDB extension that adds support for SQL/PGQ
https://duckpgq.notion.site/b8ac652667964f958bfada1c3e53f1bb?v=3b47a8d44bdf4e0c8b503bf23f1b76f2
MIT License
86 stars 7 forks source link

Support DROP PROPERTY GRAPH IF EXISTS #20

Closed Dtenwolde closed 3 months ago

Dtenwolde commented 1 year ago

Instead of throwing an error when a property graph doesn't exist, we could just ignore it and continue

Dtenwolde commented 3 months ago

Fixed in ffa3582a2612f28dc6b316815156a87b173cbdc1

DROP PROPERTY GRAPH IF EXISTS pg;