Re: [sqlite] Suitability for Macintosh OS 9.2?

2018-11-19 Thread James K. Lowden
On Mon, 19 Nov 2018 17:16:37 +0100 Dominique Devienne wrote: > Most of the SQLite code is platform agnostic, but at some point, it > must interface with the local filesystem on the local platform. While your first challenge will probably be to get a sufficiently modern C compiler for OS 9, Domin

Re: [sqlite] Suitability for Macintosh OS 9.2?

2018-11-19 Thread Christian Schmitz
> > The problem you are likely to run into though, with the modern SQLite > source code, is that there's probably no VFS [1] for Mac OS. If you use some old compiler like Metroworks C compiler, you would get the C runtime coming with it. And I would expect that unix-dotfile should work for mos

Re: [sqlite] Suitability for Macintosh OS 9.2?

2018-11-19 Thread Dominique Devienne
On Mon, Nov 19, 2018 at 4:34 PM Simon Slavin wrote: > On 19 Nov 2018, at 1:58pm, Charles Hudson wrote: > > > I come from an ANSI SQL client / server background (Oracle, MS SQL) but > am interested in finding a SQL database to install on an old Macintosh G3 > Power PC that is running OS 9.2. > OS

Re: [sqlite] Suitability for Macintosh OS 9.2?

2018-11-19 Thread Simon Slavin
On 19 Nov 2018, at 1:58pm, Charles Hudson wrote: > I come from an ANSI SQL client / server background (Oracle, MS SQL) but am > interested in finding a SQL database to install on an old Macintosh G3 Power > PC that is running OS 9.2. OS 9 is dead dead dead. The last release was in 1999 and su

Re: [sqlite] geopoly - rules re data entry

2018-11-19 Thread David Raymond
The general rule is that if you're walking the border in the order that it's given, then your left hand is inside the area, and your right hand is outside. That allows you to define holes, multipolys, etc in the same format without needing extra flags. Remember that "polygon" is a very loosely

[sqlite] Suitability for Macintosh OS 9.2?

2018-11-19 Thread Charles Hudson
I come from an ANSI SQL client / server background (Oracle, MS SQL) but am interested in finding a SQL database to install on an old Macintosh G3 Power PC that is running OS 9.2. I don't need network connectivity as this would be limited to a single machine. I am pursuing this mostly out of cu

[sqlite] Feature request: ARM64 support in Universal Windows Platform

2018-11-19 Thread Martin Suchan
Hi, Microsoft released few days ago Visual Studio 2017 release 15.9 that brings full support for building Universal Windows Platform apps targeting new ARM64 platform. https://blogs.windows.com/buildingapps/2018/11/15/official-support-for-windows-10-on-arm-development SQLite library is already ava