On 2022-03-16 22:07, Bob Sneidar via use-livecode wrote:
Once again you nailed it. Still, this is a bug, minor though it may
be. In the past I was told that it MUST be capitalized. Now it seems
capitalized only works on the mac while all lowercase works on both
platforms. <sigh> squared.

FWIW I don't think this is a bug.

In the SQLite documentation it explicitly states ':memory:' lowercase.

We don't process the filename we pass to the SQLite library, so I can't explain the difference between macOS and Windows.

Looking at the sqlite sourcecode - it does a case-sensitive comparison between the filename passed and ':memory:'.

So, I suggest using ':memory:' as stated by SQLite and all will be well :)

Warmest Regards,

Mark.

--
Mark Waddingham ~ m...@livecode.com ~ http://www.livecode.com/
LiveCode: Everyone can create apps

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to