Summary
getObjectDdl runs SELECT sql FROM sqlite_master WHERE name = :name with positional [objectName]. sqflite positional parameters are ?. Unbound / empty result → DDL dialog No definition found for a table that exists.
Scope
- Use ? + [objectName] or a named map that the driver actually binds.
- Quote nothing extra (parameter, not identifier).
- Test: CREATE TABLE foo → getObjectDdl('foo') returns the CREATE SQL.
Out of scope
Reactions are currently unavailable
Summary
getObjectDdl runs SELECT sql FROM sqlite_master WHERE name = :name with positional [objectName]. sqflite positional parameters are ?. Unbound / empty result → DDL dialog No definition found for a table that exists.
Scope
Out of scope