mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 19:57:20 +01:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
odbcsql.inc: - added SQLStatistics function and some associated constants odbcconn.pas: - implemented TODBCConnection.UpdateIndexDefs - implemented TODBCConnection.LoadBlobIntoBuffer - free Connection handle if connecting fails; fixes exception thrown on finalization if a connection failed - some support for reading wide string & guid fields (though untested) - added FmtArgs parameter to ODBCCheckResult; now a call to Format is needed only when an error actually occurred - if SQLGetDiagRec failed in ODBCCheckResult, this is reported in the constructed error message bufdataset.pas: - added code to free allocated blob buffers - fixed GetFieldSize for some field types git-svn-id: trunk@7286 - |
||
|---|---|---|
| compiler | ||
| fv | ||
| ide | ||
| installer | ||
| packages | ||
| rtl | ||
| tests | ||
| utils | ||
| .gitattributes | ||
| .gitignore | ||
| Makefile | ||
| Makefile.fpc | ||