the-Arioch

Results 88 issues of the-Arioch

> --plat--P parameter 1) paramEter 2) should be "/-" not "--" > prefers powers of to between 64 and 256 3) powers of tWo :-) 4) easier to say "64,...

0.3.2 zip ==> TE3 runs, TE4 breaks after "connection" win64 / 8GB / Phenom X3 710 Radeon 7700 / 1GB / drv 16.10.2 b:\zc>genoil-te-4.exe -c zec.suprnova.cc:2142 -u Genoil.Tromp -p z...

This module seems to used URI-styled Firebird conneciton strings. "Seems" because it is not documented on pkg.go.dev at all. This however creates uncertainty when filename contains "Reserved Characters" as per...

AD can have user groups as members of other user groups. The point of AD integration is to avoid management of users by non-standard for the site tools. Manual editing...

Just installed Bonobo 6.5.0 (last release) on my Win8.1 x86 box, also had to install IIS and .Net Framework 4.8 for it The following config is used: ``` ``` My...

Just installed last releaased Bonobo 6.5.0 on Win 8.1 Rus Opening the page - i see all of it in English. There is a **global** override in server configuration, that...

When a script consists of one and the only multi-line statement, that does not end with semicolon, then the parser's `TUIBSQLParser.GetStatement` tries to read the next line from after the...

unit uibsqlparser; // simple grammar analyser method function TUIBSQLParser.NextStatement: TSQLStatement; Line 280: case Next of This dispatcher lacks `toMERGE` support and thus correct SQL scripts are failing into Line 538:...

unit uibsqlparser; Line 67: TSQLStatement = (ssUnknow Line 538: Error('Unknow statement type.'); last letter missed -> "unknowN"

Make monolithic (not using BPLs) EXE using UIB In project options set "Typed @ operator" safety option. Compilation would fail. Quick fix: in `uib.pas` right after `implementation` keyword to add...