Vanderhoof / PyDBML

DBML parser and builder for Python
MIT License
101 stars 12 forks source link

Continuation mark and escape characters #43

Open Vanderhoof opened 3 months ago

Vanderhoof commented 3 months ago

DBML 3.4.1 introduced changes to how escaping works in strings.

PyDBML doesn't support all of it as of yet. Bun since it will only affect weird edge cases, this doesn't look like a critical change.

Anyway, ideally PyDBML should also behave similar to how the original parser processes strings.