Tom Conlon

Results 16 comments of Tom Conlon

Is the character set of your db UTF?

What version of Firebird are you using? At what point do you see the [Error: invalid BLOB ID]. error: e.on( 'data' ) or earlier? Suggest you try a "regular" blob...

LIST() seems to return a string http://www.firebirdsql.org/refdocs/langrefupd21-aggrfunc-list.html Try CASTing the LIST() to a blob and/or concatenating the result of the LIST() with a string ' ', then cast http://www.firebirdsql.org/refdocs/langrefupd21-intfunc-cast.html "Casting...

I was able to work with a database as you describe but in a limited way. It retrieved quite a lot of read-only data but did insert notes ok. Had...

please update your documentation, very poor. Wasted time installing brew and hit same error on Linux wsl. Now having to use windows

https://github.com/sveltejs/svelte/issues/894 was interesting on this. From @Rich-Harris himself: ``` Maybe we should have a for: {{#for key in object}} {{object[key]}} {{/for}} {{#for thing of iterable}} {{thing}} {{/for}} {{#for [key, value]...

#each came from the popularity (at that time) of handlebars afaik, but if we stop and review the current syntax/workarounds req to implement each of the previous 3/4 looping requirements...

Waited for some movement in this one for quite a while but it's gone very quiet so ... @Rich-Harris @Conduitry Is this dead in the water or, does switching to...

@pngwn not just a keyword change, see previous comment 4 back & the wish to support ranges. Perhaps it's just too tricky as @Rich-Harris previously said in #894 > Going...

Can someone on the inside have the courtesy to reply please? We're very appreciative of the work done but we've also invested considerable time in converting apps and writing specific...