-
warmbooter committed revision 19 to the FreeBoleto SVN repository, changing 1 files.
2009-08-03 23:54:14 UTC in FreeBoleto
-
warmbooter committed revision 18 to the FreeBoleto SVN repository, changing 13 files.
2009-07-29 21:08:36 UTC in FreeBoleto
-
Jason asked to post this as feature request.
2009-05-07 21:04:02 UTC in IBObjects - Examples, Docs
-
Looks like the TDataset IBO components are not respecting the setting of
"Blank is null" in the columns when it is checked.
PS: Jason asked to re-enter this as feature request.
2009-05-07 21:03:27 UTC in IBObjects - Examples, Docs
-
Would it be possible for you to create a new dataset component able to work with two different transactions, one for browsing, other for "editing"?
Browsing would use RC-RO transaction (that can be left open for years without compromising FB performance), while posting would use separated short-time transaction with desired isolation. This should be done in a way that when I have several...
2009-03-20 12:59:19 UTC in IBObjects - Examples, Docs
-
Looks like the TDataset IBO components are not respecting the setting of "Blank is null" in the columns when it is checked.
2009-03-20 12:42:56 UTC in IBObjects - Examples, Docs
-
Currently code converts -- comments to /* */
Here is a fix sent by Geoff that corrects this problem:
Against IBO v4.8.7, ib_parse.pas
Find: function MakeServerSQL
In that function you will find an internal procedure called ProcessComments. The code below replaces just that internal procedure.
procedure ProcessComments;
begin
if WasLineComment or WasBlockComment then...
2009-03-20 12:41:08 UTC in IBObjects - Examples, Docs
-
Cached updates has some really hard to debug bug, that sometimes leads to the IBO error with message "this shouldn't happen 4". I wasn't able to find a way to reproduce it consistently. Looks like it happens more when you have a situations like: master -> detail ->subdetail relation.
2009-03-20 12:38:45 UTC in IBObjects - Examples, Docs
-
When a query has agregate fields (ie: sum, count, etc), IBO parser is
not retrieving the correct alias for the non-agregate fields in the
query.
Check the attached sample app (just click the button), and please, get
back to me asap.
2009-03-20 12:28:14 UTC in IBObjects - Examples, Docs
-
warmbooter committed revision 15 to the FreeBoleto SVN repository, changing 1 files.
2008-11-12 16:44:35 UTC in FreeBoleto