Victor

Results 13 comments of Victor

Same question...

On windows go get does not provide executable. Build requires gcc which usually is not installed

[sample.zip](https://github.com/erdomke/RtfPipe/files/10552915/sample.zip)

``` onCmReady(cm) { console.log('the editor is ready', cm); cm.on('keypress', () => { alert(1) //cm.showHint() }) }, ``` getting "cm.on is not a function" console: > the editor is ready >...

> Are you using strict tables mode or not? Not yet (we have a lot of legacy). But our software relies on database data types > Please read the release...

> there actually is no such thing as a boolean data type in Sqlite Following this logic there is also no datetime date type cause datetimes are stored as other...

Yes, I've actually thought about SQLite engine mode first. Now I've experimented with AddSQLite()'s parameter useStrictTables. AsBoolean() created integer column regardless of the useStrictTables value