The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
lacak 1e3d48288c fcl-db: mssql: make Rollback more safe. Check if there is active transaction first to avoid error "The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION."
Sometimes SQL Server automaticaly rollbacks transaction and then raises error ...
ODBC driver does same: IF @@TRANCOUNT>0 ROLLBACK.

git-svn-id: trunk@29430 -
2015-01-09 13:33:02 +00:00
compiler Fix for Mantis #24872. 2015-01-06 20:46:12 +00:00
ide IDE: enabled AROS' system clipboard code also for Amiga and MorphOS 2015-01-05 05:06:12 +00:00
installer * version updated to 3.1.1 2015-01-04 21:09:04 +00:00
packages fcl-db: mssql: make Rollback more safe. Check if there is active transaction first to avoid error "The ROLLBACK TRANSACTION request has no corresponding BEGIN TRANSACTION." 2015-01-09 13:33:02 +00:00
rtl * explicitly add asmmode, resolves #27255 2015-01-06 14:45:34 +00:00
tests Fix for Mantis #24872. 2015-01-06 20:46:12 +00:00
utils * Added link to the pas2jni wiki page. 2015-01-08 13:19:05 +00:00
.gitattributes Fix for Mantis #24872. 2015-01-06 20:46:12 +00:00
.gitignore * Removed empty tests directory from svn 2014-11-08 15:47:53 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile * version updated to 3.1.1 2015-01-04 21:09:04 +00:00
Makefile.fpc * version updated to 3.1.1 2015-01-04 21:09:04 +00:00