Recent

Author Topic: Creator of SQLdb framework  (Read 2733 times)

mangakissa

  • Hero Member
  • *****
  • Posts: 1131
Creator of SQLdb framework
« on: October 29, 2017, 12:39:02 pm »
Can anyone tell me who developped SQLdb framework for lazarus?
Lazarus 2.06 (64b) / FPC 3.0.4 / Windows 10
stucked on Delphi 10.3.1

Thaddy

  • Hero Member
  • *****
  • Posts: 19251
  • Glad to be alive.
Re: Creator of SQLdb framework
« Reply #1 on: October 29, 2017, 01:00:24 pm »
Joost van der Sluis and - many - others. Read the sources...
Code: Pascal  [Select][+][-]
  1. {
  2.     Copyright (c) 2004-2014 by Joost van der Sluis, FPC contributors
  3.  
  4.     SQL database & dataset
  5.  
  6.     See the file COPYING.FPC, included in this distribution,
  7.     for details about the copyright.
  8.  
  9.     This program is distributed in the hope that it will be useful,
  10.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  12.  
  13.  **********************************************************************}
  14.  
  15. unit sqldb;
  16.  

Btw: it is an FPC framework, not Lazarus....
« Last Edit: October 29, 2017, 01:03:39 pm by Thaddy »
objects are fine constructs. You can even initialize them with constructors.

Graeme

  • Hero Member
  • *****
  • Posts: 1526
    • Graeme on the web
Re: Creator of SQLdb framework
« Reply #2 on: November 04, 2017, 03:21:59 pm »
Can anyone tell me who developped SQLdb framework for lazarus?

It is a combination of many people, but I think nowadays it is Michael van Canneyt that does most of the database related development for FPC.

As for Thaddy's comment about the unit header comment - those can not be relied upon. They are 90% of the time way out of date. Better look at the source code commit log, but even that is unreliable, because SubVersion (what FPC project uses) doesn't distinguish between the person that created the code changes/patches and the person that committed the patch. The FPC team doesn't give out commit access very easily. Git on the other hand tracks how created the patch and how committed the patch.
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

marcov

  • Administrator
  • Hero Member
  • *
  • Posts: 12894
  • FPC developer.
Re: Creator of SQLdb framework
« Reply #3 on: November 04, 2017, 05:46:36 pm »
Michael and Lacak both.

 

TinyPortal © 2005-2018