On 7-11-2011 10:49, michael.vancann...@wisa.be wrote:
> On Mon, 7 Nov 2011, Reinier Olislagers wrote:
>> On 7-11-2011 8:23, Reinier Olislagers wrote:
>> Attached diff (against fixes_2_6) seems to work for letting SQLite load
>> the libspatialite extension
>> I'll upload the diff as a patch unless
On Mon, 7 Nov 2011, Reinier Olislagers wrote:
On 7-11-2011 8:23, Reinier Olislagers wrote:
2. You can apparently load the spatialite (and dependencies) dll/so as
an extension to SQLite, with a statement like [3]
select load_extension('libspatialite-4.dll');
However, it seems you have to enabl
On 7-11-2011 8:23, Reinier Olislagers wrote:
> 2. You can apparently load the spatialite (and dependencies) dll/so as
> an extension to SQLite, with a statement like [3]
> select load_extension('libspatialite-4.dll');
> However, it seems you have to enable the extension load mechanism first
> using