Specify library in UsePostgreSQLDatabase()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
spikey
Enthusiast
Enthusiast
Posts: 750
Joined: Wed Sep 22, 2010 1:17 pm
Location: United Kingdom

Specify library in UsePostgreSQLDatabase()

Post by spikey »

SQLite and MySQL database functions can specify a dynamic library to use at initialization:
UseSQLiteDatabase([LibraryName$])
UseMySQLDatabase([LibraryName$])

Can similar functionality be added for the UsePostgreSQLDatabase() initializer please?

Whilst you are at it, would it be possible to update the statically linked libpq to a more recent version too please?
PB on Windows is still using a version 9 series lib, sounds like Linux is too although I haven't checked.
wayne-c
Enthusiast
Enthusiast
Posts: 337
Joined: Tue Jun 08, 2004 10:29 am
Location: Zurich, Switzerland

Re: Specify library in UsePostgreSQLDatabase()

Post by wayne-c »

+1
As you walk on by, Will you call my name? Or will you walk away?
Post Reply