Open GoogleCodeExporter opened 9 years ago
[deleted comment]
[deleted comment]
[deleted comment]
Just a little tip:
In this new version I have optimized the Size of the resulting String and
Widestring fields.
Before this optimization, the resulting field size was the SUM of the size of
each expression and source field. So if you have a resulting string field that
is the concatenation of three string fields, and each source field's size was
of 100 (TFields' size property), even if the data doesn't contain that amount
of chars, the resulting field would have the size of 300, now with this
optimization the size will be the Max size of the String expression obtained
from the concatenation.
This optimizations could lead you to some problems if you manage Persistent
fields in TxQuery components, so if you don't want to have problems with memory
leaks, AVs, or any other strange behavior you should do one of the next two
things:
a) Delete and recreate your persistent fields contained in every TxQuery
component.
or
b) Comment or delete the Compiler definition {$DEFINE
XQ_USE_OPTIMIZED_STRING_FIELD_SIZE} located in XQ_Flag.inc and recompile
TxQuery. This will leave the old method active.
Original comment by fdue...@gmail.com
on 24 Apr 2013 at 10:58
Thanks for the tip!
I don't use any persistent fields with TxQuery. I just use TxQuery a
TQuery against TkbmMemTables. I have quit using kbmMemSQL for now
because it still has many problems that I don't have time to address
right now!
Thanks again!
Shane
Original comment by Sh...@StumpWare.com
on 24 Apr 2013 at 11:29
Minor bug fixes reported by Shane Stump.
FIXED: parser throw exceptions with 'IS NULL' and 'IS NOT NULL', they sometimes
didnt return a boolean result.
Many thanks Shane
Original comment by fdue...@gmail.com
on 25 Apr 2013 at 4:39
Attachments:
[deleted comment]
[deleted comment]
[deleted comment]
[deleted comment]
Fully Fixed Delphi 2007 compilation, added Xe4 support.
Original comment by fdue...@gmail.com
on 23 Jul 2013 at 9:19
Attachments:
Fixed INSERT statement issues
Original comment by fdue...@gmail.com
on 24 Jul 2013 at 7:21
Attachments:
Fails to Compile in XE4 !?
Best regards
Branko
Original comment by branko.b...@gmail.com
on 25 Jul 2013 at 2:45
Branko, you may download a TxQuery 3.0 beta release to try first.
Original comment by cychau
on 25 Jul 2013 at 10:52
Hello Cychau,
Yes, your sources compile ok with some warnings (mostly deprecated ...).
Your sources are significantly different then fdue...'s. Each of you develops
its own version ?
TIA and best regards
Branko
Original comment by branko.b...@gmail.com
on 26 Jul 2013 at 10:22
Hi Branko,
We are in the merging process. TxQuery 3.0 is going to release soon.
Original comment by cychau
on 26 Jul 2013 at 1:02
Original issue reported on code.google.com by
fdue...@gmail.com
on 16 Apr 2013 at 3:07Attachments: