arturo-lang / grafito

Portable, Serverless & Lightweight SQLite-based Graph Database in Arturo
MIT License
145 stars 8 forks source link

Add better support for Unicode data properties #32

Closed drkameleon closed 11 months ago

drkameleon commented 11 months ago

Basically, right now, whenever we use a field (even a node name) which contains non pure-ASCII character, the result becomes a mess and we cannot properly query the graph.

This is mostly due to this: https://github.com/arturo-lang/arturo/issues/1289

Or - better put - due to my erroneous use of as.code before transforming some fields that - while not possible to be put into a prepared statement - they will still end up inside an SQL statement. So, bingo!

drkameleon commented 11 months ago

All set! 🎸


And...

Ready to merge! 🚀