Recent

Author Topic: SQLiteLibraryName is deprecated?  (Read 749 times)

backprop

  • Full Member
  • ***
  • Posts: 101
SQLiteLibraryName is deprecated?
« on: July 17, 2024, 07:17:51 pm »
Code: Pascal  [Select][+][-]
  1. procedure TForm1.FormCreate(Sender: TObject);
  2. begin
  3.  
  4.   SQLiteLibraryName := 'libsqlite3.so.0.8.6';    
  5. ...
  6.  

I have put this line according to your SQLite help pages. But left from that line in editor is a warning image where is shown that that is deprecated...
Code: [Select]
main.pas(1194,21) Warning: Symbol "SQLiteLibraryName" is deprecated: "use sqlite3dyn.SQLiteDefaultLibrary instead"

https://wiki.freepascal.org/SQLite

If it is, why do not change your help page?
« Last Edit: July 17, 2024, 07:36:52 pm by backprop »

TRon

  • Hero Member
  • *****
  • Posts: 3619
Re: SQLiteLibraryName is deprecated?
« Reply #1 on: July 18, 2024, 07:29:37 am »
If it is, why do not change your help page?
The wiki entry you are referring to is not official documentation (or help page as you designated it).

The wiki is a community effort and everyone is encouraged to add content and/or fix mistakes so the question is a rhetorical one: why did you not already change it  ;)
This tagline is powered by AI (AI advertisement: Free Pascal the only programming language that matters)

backprop

  • Full Member
  • ***
  • Posts: 101
Re: SQLiteLibraryName is deprecated?
« Reply #2 on: July 19, 2024, 11:55:06 pm »
The wiki entry you are referring to is not official documentation (or help page as you designated it).

The wiki is a community effort and everyone is encouraged to add content and/or fix mistakes so the question is a rhetorical one: why did you not already change it  ;)

Someone sent this link when I had question regarding minimum SQLite requirenent for Lazarus. Look history of that page, started by member here "Big chimp", then corrected by Marcov (van der vert, whatever). Even it is rhetorical question, I will answer you - I do not have wiki account nor I'm interested to create it.

There is no "official" help page about SQlite and Lazrurs, whatever you assume by that. Just wiki pages. Fix it or give me "official"  source. Try to avoid to be sarcastic.

https://forum.lazarus.freepascal.org/index.php?topic=66175.0
« Last Edit: July 19, 2024, 11:57:03 pm by backprop »

 

TinyPortal © 2005-2018