Commit Graph

5232 Commits

Author SHA1 Message Date
michael
a08ea239ca * Patch to improve error message from LacaK2 (Bug ID 22061)
git-svn-id: trunk@21325 -
2012-05-18 12:26:17 +00:00
michael
0efa458127 * Add PostGres Event notification component from Ludo Brands (22060)
git-svn-id: trunk@21324 -
2012-05-18 12:19:09 +00:00
michael
137b21223b * Add Event notification component from Ludo Brands (22060)
git-svn-id: trunk@21323 -
2012-05-18 12:13:48 +00:00
svenbarth
90db273224 + added target NativeNT to supported OSes in fpmkunit
* modified fpmake files in packages to allow a "make all" for NativeNT in packages to work (nearly all packages need to be disabled; the main cause for this are the still missing DOS and Objects units for the target)

git-svn-id: trunk@21319 -
2012-05-18 07:17:02 +00:00
michael
ad4876dcb5 * Applied patch from Joao Morais to customize request/response (bug 21980)
git-svn-id: trunk@21313 -
2012-05-17 08:07:33 +00:00
sergei
22d1077cf4 * TXMLRegistry: treat absent child text node as empty value for string and binary types. This is necessary because xml does not preserve empty text nodes. Resolves #16395.
+ Test

git-svn-id: trunk@21299 -
2012-05-15 12:08:58 +00:00
sergei
c628942e15 * Fixed compilation with -CR
git-svn-id: trunk@21298 -
2012-05-15 08:45:38 +00:00
sergei
6e78f5217e * TRegistry (XML flavor): check if FSysData is actually assigned in methods that are called from destructor. Destructor is executed when an exception occurs in constructor, but FSysData may not yet be assigned in this case.
git-svn-id: trunk@21293 -
2012-05-14 14:28:48 +00:00
sergei
c61c192c23 * Fixed class cast error (THTMLDocument is not a descendant of THTMLCustomElement).
git-svn-id: trunk@21292 -
2012-05-14 13:28:52 +00:00
marco
2ae09dc995 * Patch from Perdhevi/Lacak2 to improve keyfields existence.
Fixes code part of mantis #15286, which turns into a documentation issue now.  

git-svn-id: trunk@21281 -
2012-05-12 21:05:41 +00:00
marco
642a180809 Fix from Lacak2 for Mantis #21994 fixes
* when records are inserted into empty dataset and then all canceled by CancelUpdates AV is raised
* another fix for bug #18004, applied in rev.20531 (improved in rev.21197)
  (original approach is not good because when record is inserted and deleted and again inserted,
   then same memory block can be returned, which leads to confusion, because we get same BookmarkData for distinct records)
* +test 

git-svn-id: trunk@21280 -
2012-05-12 20:15:52 +00:00
michael
264a013087 * Example from Reinier Olislagers to demo TFBAdmin component (bug 22012)
git-svn-id: trunk@21277 -
2012-05-12 12:19:45 +00:00
michael
3296858f44 * Added TFBAdmin component from Ludo Brands (bug 22012)
git-svn-id: trunk@21276 -
2012-05-12 12:15:56 +00:00
joost
f011d02833 * Raise an exception when a TBufDataset is opened while there is no dataset created
git-svn-id: trunk@21268 -
2012-05-09 15:56:55 +00:00
joost
cbb8b23c71 * fixed the recognition of xml-files using the TBufDataset.filename property
git-svn-id: trunk@21267 -
2012-05-09 14:49:53 +00:00
marco
343b8e299c * Mantis #21995, rewrite mantis #17199 changes (IB datetime milliseconds)
using composedatetime.

git-svn-id: trunk@21265 -
2012-05-09 12:28:28 +00:00
Jonas Maebe
db955f842f * fixed (harmless) range check errors
git-svn-id: trunk@21263 -
2012-05-08 20:02:48 +00:00
joost
50704e55c8 * Implemented TBufDataset.MergeChangelog
git-svn-id: trunk@21256 -
2012-05-08 14:16:28 +00:00
joost
67ab61dcc8 * Moved .ReadOnly property from TSQLQuery to TBufDataset
git-svn-id: trunk@21254 -
2012-05-08 12:21:50 +00:00
joost
e2d43a63b2 * Added Lazarus gui-frontend for db unit-tests.
git-svn-id: trunk@21253 -
2012-05-08 10:22:39 +00:00
joost
a5bfcb026d * Fixed case-insensitive filtering on filters like *blah*
git-svn-id: trunk@21252 -
2012-05-08 09:33:21 +00:00
marco
2661bd406c * Patch to correct parameter types in IDropSource by Cobines, mantis #21971
git-svn-id: trunk@21249 -
2012-05-07 06:52:28 +00:00
michael
82cf4cd89a * Default Modulename can be set
git-svn-id: trunk@21245 -
2012-05-06 07:59:28 +00:00
marco
e1283a3e0e * handle milliseconds in IB timestamps, patch by Zipfelvo, improved by Lacak2.
Mantis #17199

git-svn-id: trunk@21244 -
2012-05-05 22:19:25 +00:00
marco
9e03a58c3d * Patch to implement TSQLite3ConnectionDef from Silvio Clecio, Mantis #21930
git-svn-id: trunk@21242 -
2012-05-05 20:37:31 +00:00
marco
4edd31b41e * helper procedure to calc min/max of a spline. Mantis #19669, Patch by A. Klenin.
git-svn-id: trunk@21241 -
2012-05-05 20:20:43 +00:00
michael
87d3a48174 * Run test decorators when picking single tests below a testdecorator
git-svn-id: trunk@21230 -
2012-05-05 10:52:03 +00:00
Marc Weustink
f4874e4d9c open lookup dataset before checking lookup fields (delphi compat)
git-svn-id: trunk@21224 -
2012-05-04 13:28:25 +00:00
marco
87e010462b * Mantis #21922, improve testsuite for bufdatasets.
Joint patch of Lacak2, Ludo Brands & Reinier Olislagers 

git-svn-id: trunk@21200 -
2012-05-02 20:46:26 +00:00
marco
614a192d87 * Improved comments in toolsunit. Mantis #21910, patch by Reinier Olislagers
git-svn-id: trunk@21199 -
2012-05-02 20:42:39 +00:00
marco
1f4676a3f9 * fix for mantis #21919, rebuild indexes after loadrecordsfromfile, Mantis #21919 patch by Lacak2.
git-svn-id: trunk@21198 -
2012-05-02 20:15:09 +00:00
marco
7d49788693 * Patch from Lacak2 for mantis #19593, exception while saving bufdataset to file.
git-svn-id: trunk@21197 -
2012-05-02 20:09:10 +00:00
michael
881e1a4935 * Remove linking of .res file (patch from Luiz Americo, bug #21908)
git-svn-id: trunk@21160 -
2012-05-01 11:28:04 +00:00
michael
4cb04074d6 * Remove empty destructors (patch from Luiz Americo, bug #21907)
git-svn-id: trunk@21159 -
2012-05-01 11:23:57 +00:00
michael
27840f247c * Applied patch from Luiz Americo not to send events when setting datasource to same value again (bug #21906)
git-svn-id: trunk@21158 -
2012-05-01 11:21:03 +00:00
michael
1515e397bb * Fix memory leak (patch by Marcos Douglas, ID #21900)
git-svn-id: trunk@21149 -
2012-04-30 20:06:41 +00:00
marco
71a4778ba6 * additions by Reinier, mantis #21895
git-svn-id: trunk@21148 -
2012-04-30 14:58:39 +00:00
marco
759b927a9b * fix compilation after r17747
git-svn-id: trunk@21084 -
2012-04-27 19:49:27 +00:00
Jonas Maebe
834026bfb5 * synchronised with trunk up to r21067
git-svn-id: branches/jvmbackend@21068 -
2012-04-26 21:24:20 +00:00
marco
e59be6884e * Some minor changes that make the recent changes more backwards compatible. Mantis #21837
git-svn-id: trunk@21043 -
2012-04-25 19:47:54 +00:00
sergei
5b09fa8a8c * Changed tagVariant.pbstrVal to ^WideString and added a comment about impossibility of having managed members in this record (Mantis #21075).
git-svn-id: trunk@21042 -
2012-04-25 18:14:47 +00:00
marco
8f39076a69 * changed tbookmark to tbytes, bookmarkstr to ansistring. Delphi 2009+ compat.
git-svn-id: trunk@21037 -
2012-04-25 16:51:05 +00:00
sergei
6fd9dc6d32 * Fixed 64-bit compilation warnings (Integer -> PtrUInt)
git-svn-id: trunk@21034 -
2012-04-25 11:26:00 +00:00
Legolas
0976d0304f * Updated libogcfpc to ver.1.8.11 and devkitPPC to r26
git-svn-id: trunk@21033 -
2012-04-25 08:24:27 +00:00
Legolas
6bf0bc70a1 * Updated libndsfpc to ver.1.5.6 and devkitARM to r38
git-svn-id: trunk@21032 -
2012-04-25 08:23:07 +00:00
pierre
1b3fd997fc + Regenerate all Makefiles's after adding x86_64 netbsd target
git-svn-id: trunk@21031 -
2012-04-24 23:15:18 +00:00
marco
7800cd4ff5 * Cleanup of adding records to bufdatasets with indexes. Mantis #20514, patch by Lacak2.
git-svn-id: trunk@21023 -
2012-04-24 17:47:18 +00:00
marco
abaf2eaf12 * sqlDB update SQLParser to parse DML statements WITH common table expressions
Patch by Lacak2, Mantis #21851

git-svn-id: trunk@21010 -
2012-04-24 08:45:16 +00:00
marco
61c4366c8e * fcl-db test for opening non-select statements, which return data by Lacak2, Mantis #21850
* Test for already fixed bugs #0016842 "show tables from <dbname>" and #0014519 "check table <tablename>"
    * Test for common table expressions used with select statement
    * plus reformating of test values (which I forgot did in rev.20585) 
   

git-svn-id: trunk@21009 -
2012-04-24 08:35:29 +00:00
michael
c664a1b921 * Added context info (method/classname/id) and fixed access violation in case of (ID<>Nil) or not (jdoNotifications in Options) error
git-svn-id: trunk@21007 -
2012-04-23 21:00:35 +00:00