Activity for EgonHugeist

  • EgonHugeist EgonHugeist committed [r8087] on Subversion

    PG: circumvent an Infinity/NaN textwriter issue.

  • EgonHugeist EgonHugeist committed [r8079] on Subversion

    add TZCustomUniqueElementBinarySearchList with BinSearch-algo ascending find of elements

  • EgonHugeist EgonHugeist committed [r7939]

    Merged revision(s) 7891, 7899, 7902-7938 from trunk:

  • EgonHugeist EgonHugeist committed [r7938]

    8.0 resolve wrong IsNull state on binding arrays of !B!LOBa and a D7 issue un TZAbstractStreamedLob.SetBuffer()

  • EgonHugeist EgonHugeist committed [r7937]

    8.0 PG: resolve a batch array dml issue binding arrays of BLOBs

  • EgonHugeist EgonHugeist committed [r7936]

    8.0 FB3/BatchArrayDML: resolve an encoding issue on binding stUnicodeStream

  • EgonHugeist EgonHugeist committed [r7935]

    8.0 use Length() if compiler support inlining

  • EgonHugeist EgonHugeist committed [r7934]

    8.0 wrong ENDIF instead of IFEND commited. This broke old delphi compilation.

  • EgonHugeist EgonHugeist committed [r7933]

    8.0 continue the TField.Required story, handle TZDataSet.ReadOnly correctly(if on open ReadOnly=False), move some hidden stack variables for error creation into seperate methods

  • EgonHugeist EgonHugeist committed [r7932]

    8.0 rever old schramml patch on sqlite: we can't hide the original nullability state

  • EgonHugeist EgonHugeist committed [r7931]

    8.0 get FPC 2.6.2 x86 running again

  • EgonHugeist EgonHugeist committed [r7930]

    8.0 test the TField.Required prop on TZMemTable in all known scenarios

  • EgonHugeist EgonHugeist committed [r7929]

    8.0 omit DSProps_CheckRequired again and introduce doCheckRequired as TDataSet.Option instead even if that Options are not realy portable/usefull for all descendants.

  • EgonHugeist EgonHugeist committed [r7928]

    8.0 FPC/LCL add NO_TFIELDDEF_CREATEFIELD_SETFIXEDCHAR define

  • EgonHugeist EgonHugeist committed [r7927]

    8.0 FPC hints

  • EgonHugeist EgonHugeist committed [r7926]

    8.0 Oracle: fix an encoding issue on Batch bindings

  • EgonHugeist EgonHugeist committed [r7925]

    Rollback r7891 and Merged revision(s) 7893-7898 from branches/8.0-patches:

  • EgonHugeist EgonHugeist committed [r7924]

    8.0 second test-suite compile fix for FPC

  • EgonHugeist EgonHugeist committed [r7923]

    8.0 fix last commit for FPC

  • EgonHugeist EgonHugeist committed [r7922]

    8.0 add readback and compare values of InternalTestBatchArrayDMLBinding. New Fails will arrive!

  • EgonHugeist EgonHugeist committed [r7921]

    8.0 add some more check overloads to the TestSuite

  • EgonHugeist EgonHugeist committed [r7920]

    8.0 FB handle fixed-length attribute

  • EgonHugeist EgonHugeist committed [r7919]

    8.0 add GetAsBytes to TZBytesField and TZBlobField

  • EgonHugeist EgonHugeist committed [r7917]

    8.0 fix for last Commit. Test Test907497 did popup. Some FPC hints resolved

  • EgonHugeist EgonHugeist committed [r7916]

    resolve some BatchArray MDL bugs

  • EgonHugeist EgonHugeist committed [r7915]

    8.0 fix unexpected FPV FieldDefs-Collection behaior on Test_SF_Ticket512

  • EgonHugeist EgonHugeist committed [r7914]

    8.0 SQLServer 2012+ igh_load.stBoolean should be nullable

  • EgonHugeist EgonHugeist committed [r7912]

    8.0 possible Jenkins uses the sybase create skripts? Test_TField_DefaultExpression and TestArrayBindings do fail.

  • EgonHugeist EgonHugeist committed [r7911]

    8.0 remove HAVE_UNKNOWN_CIRCULAR_REFERENCE_ISSUES on FPC. Add TField.DefaultExpression support. Determine TField.Required corectly

  • EgonHugeist EgonHugeist committed [r7910]

    8.0 add RowAccessor.HasColumnDefaultExpression

  • EgonHugeist EgonHugeist committed [r7909]

    8.0 rename InterbaseFirerbirdParam to InterbaseFirebirdParam

  • EgonHugeist EgonHugeist committed [r7908]

    8.0 resolve TestInsertFailAndCorrectCachedUpdates for SQLite. Implicit test ConnProps_ForeignKeys option.

  • EgonHugeist EgonHugeist committed [r7907]

    8.0 add Test_TField_DefaultExpression

  • EgonHugeist EgonHugeist committed [r7906]

    8.0 SQLServer explicit null column stBoolean. MS implement SQL-standart vice verca for nullable columns on newer Servers. Thus TestArrayBindings fails on Jenkins

  • EgonHugeist EgonHugeist committed [r7905]

    8.0 handle a FreeTDS/ADO Long Text/Binary detaction to create Lobstreams from a cahched ResultSet

  • EgonHugeist EgonHugeist committed [r7904]

    9.0 Enable FB4 IBatch api and reenable lob binding code with additional check of current txn

  • EgonHugeist EgonHugeist committed [r7903]

    8.0 add a IB/FB Txn monitoring test to verify Jan's findings. Test passes ):

  • EgonHugeist EgonHugeist committed [r7902]

    fix ASA compilation on mORMot v1 if WITH_COLUMNS_TO_JSON is defined

  • EgonHugeist EgonHugeist committed [r7900]

    Merged revision(s) 7887-7890, 7892 from trunk:

  • EgonHugeist EgonHugeist modified ticket #539

    Zero-based FieldNo in TZQuery/TZReadOnlyQuery

  • EgonHugeist EgonHugeist posted a comment on ticket #539

    Hi wp, should be resolved by r7887 on trunk(SVN). Please reopen if not OK. Regards, Michael

  • EgonHugeist EgonHugeist modified ticket #512

    Firebird Smallint don't lookup on Smallint but Shortint does

  • EgonHugeist EgonHugeist posted a comment on ticket #512

    Sorry for the very long delay! Resolved by r7899 on trunk(SVN). Please reopen if not ok. Regards, Mcihael p.s.: Please provide a compilable test case with full code next time. OTH it tooks to long to create a test-case.

  • EgonHugeist EgonHugeist committed [r7899]

    8.0 Resolve Ticket512, assign the smallint buffer in GetFieldData

  • EgonHugeist EgonHugeist committed [r7891]

    resolve Ticket 550

  • EgonHugeist EgonHugeist committed [r7890]

    resolve emtpy row if insert did fail

  • EgonHugeist EgonHugeist committed [r7889]

    add CreateFieldRequired Exception

  • EgonHugeist EgonHugeist committed [r7888]

    32 Bit compilerhint

  • EgonHugeist EgonHugeist committed [r7887]

    quickly resolve Ticket 539

  • EgonHugeist EgonHugeist committed [r7886]

    Merged revision(s) 7882-7885 from trunk:

  • EgonHugeist EgonHugeist committed [r7885]

    Interchange JSONWriter <-> ResultsWriter on ADO too

  • EgonHugeist EgonHugeist committed [r7884]

    resolve ZTestCompInterbaseBugReport.TestDisconnect with legacy api

  • EgonHugeist EgonHugeist committed [r7883]

    memoryleak resolved in case of connection loss

  • EgonHugeist EgonHugeist committed [r7882]

    Interchange JSONWriter <-> ResultsWriter

  • EgonHugeist EgonHugeist committed [r7881]

    accidently used patched branch

  • EgonHugeist EgonHugeist modified ticket #557

    Firebird 3+ OO API - some corrections

  • EgonHugeist EgonHugeist posted a comment on ticket #557

    Hi Joe, im starting from the premisse it's fine now? Closed...

  • EgonHugeist EgonHugeist modified ticket #533

    TZParam: GetIsNullsAddr gets called with index values > High(Integer)

  • EgonHugeist EgonHugeist posted a comment on ticket #533

    Resolved by R7879 plz reopen the ticked if not OK. The Cardinal vs. Integer swaps have been made to avoid bad index offsets for batch dml array bindings. Regards, Michael

  • EgonHugeist EgonHugeist modified ticket #513

    Issue with Oracle DateTime out parameters.

  • EgonHugeist EgonHugeist posted a comment on ticket #513

    Resolved by R7880 please reopen the ticked if not OK. Regards, Michael

  • EgonHugeist EgonHugeist committed [r7880]

    resolve ZTestCompOracleBugReport.TestSF513 probably Ticket 513

  • EgonHugeist EgonHugeist committed [r7879]

    fix unexpected RangeCheckErrors in ZDatasetParam.pas

  • EgonHugeist EgonHugeist committed [r7878]

    IB/FB find NULL Flag for domain-fields too

  • EgonHugeist EgonHugeist committed [r7877]

    compiler hint ..

  • EgonHugeist EgonHugeist committed [r7876]

    fix wrong TZBindList.SetNull logic

  • EgonHugeist EgonHugeist committed [r7875]

    circumvent bad code opt of FPC

  • EgonHugeist EgonHugeist committed [r7874]

    fix generate PG batch stms

  • EgonHugeist EgonHugeist committed [r7626]

    PG: remove an absolute symbol ColumnsToJSON using WITH_COLUMNS_TO_JSON(USE_SYNSOMMONS or MORMOT2) define

  • EgonHugeist EgonHugeist committed [r7580]

    resolve a Delphi < XE10.4 Bug for the LOB fields GetAsVariant method

  • EgonHugeist EgonHugeist modified ticket #512

    Firebird Smallint don't lookup on Smallint but Shortint does

  • EgonHugeist EgonHugeist posted a comment on ticket #512

    I'm on it...

  • EgonHugeist EgonHugeist committed [r7537]

    implizit convert date/time/datetime given as String into native values if TZParam.AsValue was used

  • EgonHugeist EgonHugeist committed [r7536]

    fix TestAssignDBRTLParams for FPC

  • EgonHugeist EgonHugeist committed [r7535]

    upgrade TestAssignDBRTLParams for boolean tests as noticed by Ralph

  • EgonHugeist EgonHugeist committed [r7534]

    introduce EZDatabaseConnectionLostError because EZSQLConnectionLost are not related usually as mentioned by aehimself,

  • EgonHugeist EgonHugeist committed [r7533]

    fix IB/FB create scripts of table high_load for varbinary fields

  • EgonHugeist EgonHugeist committed [r7532]

    RowAccessor: don't test against the codepage for stUnicodeString

  • EgonHugeist EgonHugeist committed [r7531]

    ADO fails with the OleVariant using VarArry and varBytes dimensions(1)

  • EgonHugeist EgonHugeist committed [r7530]

    fix Android compilation

  • EgonHugeist EgonHugeist modified ticket #509

    V8 OnValidate Issue

  • EgonHugeist EgonHugeist posted a comment on ticket #509

    Next commit done: r7528 Is you issue resolved or isn't it? Btw. i've seen the comment about library loading @designtime. Louis you can use the TZConenction.LibraryLocation property for an absolute or relative path of the lib in designtime and runtime.

  • EgonHugeist EgonHugeist modified ticket #511

    r7527: TZBooleanField returns 'True' all the time (PostgreSQL)

  • EgonHugeist EgonHugeist posted a comment on ticket #511

    Thanks for the quick confirmation, Ralph. Closed.

  • EgonHugeist EgonHugeist posted a comment on ticket #510

    Ralph, if you run into an issue, i made, others will run into same trap, propably. Yet i can't reproduce it. just commited a logic fix: r7529 Steps i've done: Add a TZTable to a Formular. Add a TZUpdateSQL to the formular and link it with tztable. Generate the SQL's. Run the appclication with and without persistent Parameters of the TZUpdateSQL component. Both do work. Wondering... What's the creation order of the two related components ? Which one is the first in the DFM/LFM file?

  • EgonHugeist EgonHugeist committed [r7529]

    add missing owner of TZSQLString to FDeleteSQL, FInsertSQL, FModifySQL, FRefreshSQL

  • EgonHugeist EgonHugeist committed [r7528]

    next approach to handle ticket #509 and #510 complete all fixed type OnValidate logic of the TZFields

  • EgonHugeist EgonHugeist posted a comment on ticket #509

    Hello Luigi, yes i also realized the patch is incorect an hour after writing you. I commited a incomplete patch r7527 which should resolve your proplem. Can you confirm that? Regards, Michael

  • EgonHugeist EgonHugeist posted a comment on ticket #510

    Hello Ralph, Can you please add more details or an example? My crystal ball is silent yet (no offence). It's related to TZUpdateSQL but more i can't figure out, sorry. What are you doing? Regards, Michael

  • EgonHugeist EgonHugeist committed [r7527]

    next approach to handle ticket #509 (rollback last changes) Complete TZDate/TZTime/TZDateTimeField/TZBoolean/TZSmallInt field classes

  • EgonHugeist EgonHugeist posted a comment on ticket #509

    Hello Luigi, thanks for the example. Patch done [r7526]https://sourceforge.net/p/zeoslib/code-0/7526/) So please update from trunk(SVN) and test. Please close if OK. Regards, Michael

  • EgonHugeist EgonHugeist committed [r7526]

    Resolve ticket #509

  • EgonHugeist EgonHugeist committed [r7525]

    change TestAssignDBRTLParams for old compiler

  • EgonHugeist EgonHugeist committed [r7524]

    prepare MYSQL(no batch dml support) for emulated batch dml array bindings

  • EgonHugeist EgonHugeist committed [r7523]

    fix old delphi compilation

  • EgonHugeist EgonHugeist committed [r7522]

    Extend TestAssignDBRTLParams

  • EgonHugeist EgonHugeist committed [r7521]

    FB/IB fix FmtBCD for precison = 1

  • EgonHugeist EgonHugeist committed [r7520]

    ODBC fix varbinary() and raw-Clob bindings(from UnicodeString)

  • EgonHugeist EgonHugeist committed [r7519]

    fix Currency value bindings from Variant

  • EgonHugeist EgonHugeist committed [r7518]

    change the TZParam.AsValue code again. Commit r7507 (Pullrequest of aehimself) did disturb users code and produces loads of test-fails.

1 >