Code Monkey home page Code Monkey logo

txquery's People

Contributors

ccy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

txquery's Issues

Can't install on 10.4.2

It compiles without error, but when I try to install dclXq_D27.bpl, I get the message "Can't load package C:\Program Files\TxQuery\bin\D103Rio\Win32\Debug\dclXq_D27.bpl. The specified module could not be found."

I then changed the paths in dclXq.dproj, Xq.dproj, and XqTests.dproj to use the D104Sydney folder instead of the D103Rio one, and compiled all of TxQuery. I then get the message "Can't load package C:\Program Files\TxQuery\bin\D104Sydney\Win32\Debug\dclXq_D27.bpl. The specified module could not be found." I've checked, and dclXq_D27.bpl exists in the folder.

TxQuery Error
TxQuery Files

Delphi 7 support?!

I need to recompile the original Halcyon source DB Server - it used txQuery. However, you have broken backward compatibility.

Where can I get an older build that still works on Delphi 7??

email: ozznixon (at) gmail (dot) com

FixInsight issues

Hello! There are some issues that might should be fixed:

for i := 0 to Length(s) do
if CharInSet(s [i], ['0'..'9'])

[FixInsight Warning] QCnvStrUtils.pas(404): W514 Loop iterator could be out of range (missing -1?)
Loop is counting symbol preceding the string in memory.

{$IFDEF LEVEL4}
if (FParameterList.Count>0) and  (FParameterList.Param[0].AsInteger > $FF) then
Result := ttWideString    
{$ENDIF}
else
Result := ttString;

[FixInsight Internal] QBaseExpr.pas(1875): Fatal parser error
Perhaps, Line 4 and 5 should be moved around.

if (Param[0].IsNull) then
if (ParameterCount=2) then
if Length(Param[0].MaxString) > length(Param[1].MaxString) then
Result := Param[0].MaxString
else
Result := Param[1].MaxString
else
if (ParameterCount=2) then
Result := Param[0].MaxString
else
Result := NBoolean[False];

[FixInsight Warning] QExprYacc.pas(1036): W512 Odd ELSE-IF condition (review lines 1036 and 1042)
Not sure if 2nd level if statements duplicating "ParameterCount=2" are correct.

function TxqParser.AddSubqueryInSelect : String;
var
MainAnalizer, Analizer: TSqlAnalizer;

[FixInsight Warning] XQYacc.pas(451): W517 Variable 'Analizer' hides a class field, method or property
Perhaps, local var Analizer is inadvertantly hides TxqParser.Analizer property.

Sorry for long post and placing it all into single issue.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.