kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.07k stars 77 forks source link

Fix extension bugs #3364

Closed acquamarin closed 3 weeks ago

acquamarin commented 3 weeks ago

This PR fixes the following issues:

  1. When attaching a duckdb database, we throw an exception if the database doesn't exist. Closes #3358
  2. Throws an exception message when the given dbtype is not supported. Closes #3360
  3. Throws an exception message when detaching a non-existed database.