We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
procedure TMainForm.btnCRUDClick(Sender: TObject); ... Log('There are ' + TMVCActiveRecord.Count().ToString + ' row/s for entity ' + TCustomer.ClassName); .... Show error: Abstract Error
No problems on update & insert & delete.
The text was updated successfully, but these errors were encountered:
https://github.com/danieleteti/delphimvcframework/issues/363
fc525e9
danieleteti
No branches or pull requests
env: Windows server 2012 r2, MS SQL SERVER 2017, DX 10.3
dMVCFramework version: 3.2.0 RC6 released
demo : activerecord_showcase
procedure TMainForm.btnCRUDClick(Sender: TObject);
...
Log('There are ' + TMVCActiveRecord.Count().ToString + ' row/s for entity ' + TCustomer.ClassName);
....
Show error: Abstract Error
No problems on update & insert & delete.
The text was updated successfully, but these errors were encountered: