#1 2015-02-11 17:18:46

RaelB
Member
Registered: 2010-08-04
Posts: 49

Small typo in SynSQLite3.pas

ln 1121:

  // you should call sqlite3.open() instead of sqlite3.open() for instance

I believe should be:

  // you should call sqlite3.open() instead of sqlite3_open() for instance

(as in lin 2078)

-Rael

Offline

#2 2015-02-11 20:05:09

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,242
Website

Re: Small typo in SynSQLite3.pas

Indeed!

Fixed by http://synopse.info/fossil/info/59bcc00133

Thanks for the feedback.

Offline

Board footer

Powered by FluxBB