Commit Graph

810 Commits

Author SHA1 Message Date
Daniele Teti
a57cc3581f - New! TMVCActiveRecord.DeleteAll deletes all the records from a table
- New! `TMVCActiveRecord.DeleteRQL` deletes records using an `RQL` expression as `where` clause.
- New! Microsoft SQLServer Support in ActiveRecord and RQL (thanks to one of the biggest Delphi based company in Italy which heavily uses DMVCFramework)
- Improved! `ActiveRecordShowCase` sample is much better now.
2019-02-21 18:12:01 +01:00
Daniele Teti
425a7c5d26
Merge pull request #187 from pedrooliveira01/master
Pedro <pedrooliveira__@hotmail.com>
2019-02-21 11:07:17 +01:00
Daniele Teti
32e5d0a46a
Merge pull request #189 from regyssilveira/master
fixes to correct compile in Delphi Tokyo and Rio
2019-02-21 11:05:26 +01:00
Régys Borges da Silveira
b93a57f05e Merge branch 'master' of https://github.com/regyssilveira/delphimvcframework 2019-02-19 09:05:29 -03:00
Régys Borges da Silveira
30a8d3f163 fixes to correct compile in Delphi Tokyo and Rio 2019-02-19 09:05:12 -03:00
Régys Borges da Silveira
7dc71dea5d fixes to correct compile in Delphi Tokyo and Rio 2019-02-19 09:01:50 -03:00
Pedro
11a286f3db Pedro <pedrooliveira__@hotmail.com> 2019-02-15 09:21:11 -02:00
Daniele Teti
4929253007 Added RQL2MSSQL Compiler (preview) 2019-02-05 18:17:25 +01:00
Daniele Teti
1acdb86710 Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2019-02-05 18:09:11 +01:00
Daniele Teti
3a0bfcdee7 Now primary Key is the first field in the ActiveRecord Mapping (if exists) 2019-02-05 18:08:54 +01:00
Daniele Teti
20a0e88791 Improved FileUpload Sample, better cacheitem handling, improved TemplatePro view engine 2019-02-01 20:11:33 +01:00
Daniele Teti
fa3fcaf66c
Merge pull request #183 from joaoduarte19/rql_compiler
Added RQL compiler for MSSQL
2019-01-30 21:25:46 +01:00
João Antônio Duarte
7b8af70a73 Added RQL compiler for MSSQL 2019-01-30 17:49:46 -02:00
Daniele Teti
73573c0130 3.1.1 (beryllium) RC2 2019-01-29 17:59:14 +01:00
Daniele Teti
10f36cafc3 Bump version to v3_1_1-beryllium-RC1 2019-01-18 19:56:23 +01:00
Daniele Teti
c6dba72860 https://github.com/danieleteti/delphimvcframework/issues/116 2019-01-18 19:35:57 +01:00
Daniele Teti
cd7df5dd36 https://github.com/danieleteti/delphimvcframework/issues/157 2019-01-18 19:04:20 +01:00
Daniele Teti
1b3dc4ae2c - FIXes for Delphi 10.0 Seattle
- New! `TMVCActiveRecord.Count` method (e.g. `TMVCActiveRecord.Count(TCustomer)` returns the number of records for the entity mapped by the class `TCustomer`)
- Change! `TMVCACtiveRecord.GetByPK<T>` raises an exception if the record is not found
- New! `contains` clause has been added in the RQL compiler for Firebird and Interbase
- New Installation procedure! Just open the project group, build all and install the design-time package (which is `dmvcframeworkDT`)
2019-01-18 18:18:52 +01:00
Daniele Teti
3174504b90 Fix for berlin
https://www.facebook.com/photo.php?fbid=10217757569041117&set=gm.2029342450482217&type=3&theater&ifg=1
2019-01-16 14:24:13 +01:00
Daniele Teti
715f4cb8ac Improving build system for packages 2019-01-14 11:53:58 +01:00
Daniele Teti
98197beb01 Added TMVCActiveRecord.Count 2019-01-13 19:18:57 +01:00
Daniele Teti
f09ae31a91 Added PostgreSQL SQLGenerator 2019-01-13 18:57:15 +01:00
Daniele Teti
5c7c8ade66 Added packages for Delphi 10.1 Seattle 2019-01-13 00:26:45 +01:00
Daniele Teti
6112d21337 Packages resources fix 2019-01-13 00:18:15 +01:00
Daniele Teti
728043e38c Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2019-01-13 00:11:46 +01:00
Daniele Teti
6b32e5a81d Packages refactoring 2019-01-13 00:11:38 +01:00
Daniele Teti
5981905c0d
Merge pull request #180 from joaoduarte19/serializer
Bug fix when deserialize object with custom type and JSON with null value
2019-01-10 23:27:22 +01:00
joao.duarte
8edd6241e6 Bug fix when deserialize object with custom type and JSON with null value 2019-01-10 14:30:40 -02:00
Daniele Teti
303aa3d416 facebook logo 2019-01-08 15:40:45 +01:00
Daniele Teti
9acb82b8f8 Updated the README.md 2019-01-08 15:31:50 +01:00
Daniele Teti
5a426656ef 3.1.0 (lithium) 2019-01-08 15:19:26 +01:00
Daniele Teti
8ed859b7d1 New build system based on pyinvoke 2019-01-08 12:48:53 +01:00
Daniele Teti
f64eebff6a Improvements to the JSON-RPC layer, added MAX_REQUEST_SIZE check and config key. UPdated IDE Expert to add the new config key in the generated code. 2018-12-17 00:40:27 +01:00
Daniele Teti
2ec82ee373 JSON-RPC requests can call only functions, while JSON-RPC notifications can call only procedures. 2018-12-12 22:30:13 +01:00
Daniele Teti
f6c4382291 JSON-RPC Refactoring 2018-12-12 14:48:35 +01:00
Daniele Teti
835fc651da changed serialization jsonrpc result 2018-12-12 11:00:52 +01:00
Daniele Teti
83a897c98e Added dmvcframework package
Features freeze for 3.1 (lithium)
Working on the planned issues for this milestone https://github.com/danieleteti/delphimvcframework/milestones/3.1%20(helium)
2018-12-09 23:09:10 +01:00
Daniele Teti
2ea6ceb1ae Merge branch 'master' of https://github.com/danieleteti/delphimvcframework 2018-12-09 23:05:11 +01:00
Daniele Teti
c5800b3354 Added dmvcframework package
Features freeze for 3.1 (lithium)
Working on the planned issues for this milestone https://github.com/danieleteti/delphimvcframework/milestones/3.1%20(helium)
2018-12-09 23:05:01 +01:00
Daniele Teti
00f51f8c81
Merge pull request #168 from joaoduarte19/rqlparser
Changes in the RQL parser
2018-12-09 22:15:51 +01:00
joao.duarte
d0197df7cf Added RQL Operator Contains 2018-11-27 16:28:21 -02:00
joao.duarte
cd77144a2b Testing RQL Parser PostgreSQL 2018-11-27 16:27:59 -02:00
joao.duarte
b4c4a64c14 Added RQL Parser for PostgreSQL 2018-11-27 16:27:36 -02:00
Daniele Teti
d4a23e52fb Removed unit MVCFramework.TypesAliases.pas
Updated JsonDataObjects.pas
2018-11-24 16:57:04 +01:00
Daniele Teti
05560fa4c1 Compatibility with Delphi 10.3 RIO 2018-11-21 22:42:19 +01:00
Daniele Teti
29f03e819e Added ability to automatically expose PODO through JSON-RPC interface
FIX https://github.com/danieleteti/delphimvcframework/issues/160
FIX https://www.facebook.com/groups/delphimvcframework/?multi_permalinks=1951719131577883&comment_id=1952551261494670&notif_id=1542833848942998&notif_t=feedback_reaction_generic
2018-11-21 22:14:50 +01:00
Daniele Teti
9825782cb0
Merge pull request #158 from henriquewerlang/master
URL property
2018-11-20 09:40:52 +01:00
Daniele Teti
eb50cf2d8b
Merge pull request #163 from juliomar/master
first contribution with the project, wizards tab order
2018-11-20 09:34:59 +01:00
Juliomar Marchetti
6768ebfbcf first contribution with the project, wizards tab order 2018-11-19 23:42:13 -02:00
Daniele Teti
505710f9cd Small fixes to custom stream json serializer 2018-11-09 18:12:29 +01:00