hmespana / txquery

Automatically exported from code.google.com/p/txquery
Other
0 stars 0 forks source link

Updated and improved Sources Of TXQuery 2013-04-13, based on rev. 2012-10-11 [Posted HERE] (fixes Delphi XE3 issues) #39

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
We have added the fixes made by cychau to fix the delphi XE 3 issues

Please be free to test it.

there are no new stuff, just a mantainance release.

- fixed some compiler warnings and Package issues (2010 and below)
- fixed compilation issue in delphi 2010 and delphi 2007, for users that have 
reported them.

- Applied Delpi Xe 3 patch by cychau, i have not made tests because I don't 
have Delphi XE 3 :(, but I trust in him :)

We plan to add a feature for JOINS optimization, to be able to use indexes.But 
this is a long term feature because of schedule problems (I have a life!! :) )

REGARDS

Original issue reported on code.google.com by fdue...@gmail.com on 13 Apr 2013 at 10:18

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Important things to check:

- Full support of Unicode chars inside the script still pending because of 
issues of the parser, Unicode is only supported at data level.

- Some file shave been renamed or ther character case (uppe rcase and 
lowercase) names changed so they can look better and to be identified:ç

01- COLORSET ---> XQColorSet
02- qbaseexpr --> QBaseExpr
03- QLEXLIB --> QLexLib
04- QYACCLIB --> QYaccLib
05- Sparsarr --> XQSparseArray
06- SyntaxHi --> XQSyntaxHi
07- xqbase --> XQBase
08- xqConsts --> XQConsts
09- xqLex --> XQLex
10- xquery --> XQuery
11- XQUERYIP --> XQueryIP
12- xqyacc --> XQYacc

Original comment by fdue...@gmail.com on 14 Apr 2013 at 11:26

GoogleCodeExporter commented 8 years ago
Corrected some project groups

Original comment by fdue...@gmail.com on 14 Apr 2013 at 11:36

Attachments: