delphi-orm
delphi-orm copied to clipboard
DORM, the "Delphi ORM"
The nullable attribute is ignored on columns when performing an update or insert. I believe the simplest path to get this working is to modify SetSqlite3ParameterValue to also pass the...
I believe it is as simple as changing the function to read: function TSqlite3PersistStrategy.ExecuteCommand(ACommand: IdormCommand): Int64; begin Result := ExecuteAndGetFirst(aCommand.GetSQL); end;
Is the project maintained yet? There is no releases and the commits are dated from 3 years ago. DelphiMVCFramework has releases.
Hello, I am trying to run the HelloWorld sample with sqlite3 driver. How does one create the required tables in dorm? (Many of the examples point to an existing DB...
``` What steps will reproduce the problem? 1. Cant compile on Delphi XE3 What is the expected output? What do you see instead? Compiled. What version of the product are...
``` What steps will reproduce the problem? 1. Compile 'PersistenceIgnorance.dproj' (XE3) What is the expected output? What do you see instead? A running application. What version of the product are...
``` get error: [dcc32 Error] E1026 File not found: 'dorm_runtime_xe4.res' requires rtl, dorm_runtime_xe4, // --> change into dorm_runtime_xe5 designide, vclimg, DbxCommonDriver; ``` Original issue reported on code.google.com by `[email protected]` on...
``` Include Connection to Oracle ``` Original issue reported on code.google.com by `[email protected]` on 31 Jan 2014 at 1:46
``` The MappingCreator doesnt work, when clicking on the Generate Mapping button i get a message saying "Still not implemented", this app seems to want to generate the database connection...
``` Daniele, Are you sure that you don't miss the VER240 line 89 ? {$if defined(FPC) or defined(VER170) or defined(VER180) or defined(VER190) or defined(VER200) or defined(VER210) or defined(VER220) or defined(VER230)}...