BoldForDelphi
BoldForDelphi copied to clipboard
Bold for Delphi is a Model Driver Architecture (and ORM library) for Embarcadero Delphi
Hi All First of all thanks for this valuable framework. I'm trying to install bold with my Delphi 10.4.2 CE but I'm facing error on compilation `[dcc32 Error] BoldFormSaver.pas(586): E2003...
Issue #6 Add testcases from Attracs repo
TestMode means that the database is readonly. It is not possible to update data. This is a good case for running unit tests. It always start from a known state.
Make OCL operation SQLLike behave the same as original but using Delphi TRegEx instead of original unit BoldRegularExpression that had a copyright comment
There exists a suite of unittests in original Bold. We should add them to this reporistory to improve security and not break functionality.
This is in branch AttracsBold. Tested with Delphi 10.3.3 Community Edition. **How to reproduce** - Make a new VCL Application - Drop a new BoldListHandle on it - Edit Expression...
[dcc32 Fataler Fehler] BoldOclSymbolImplementations.pas(26): F1026 Datei nicht gefunden: 'Source\ObjectSpace\Ocl\BoldRegularExpression.pas'
Is there a replacement for this? parts of Bold requires Visual Parse++ There are missing files which Bold cannot be compiled for.
We need to get a basic working Bold from Ahola Digitals Bold repository