Commit Graph

795 Commits

Author SHA1 Message Date
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
Daniele Teti
07255a8b23 Refactored MVCActiveRecord framework, added *.SQLGenerators.* units 2018-11-02 21:43:18 +01:00
Daniele Teti
431345f22a Updated README.md 2018-10-31 01:15:07 +01:00
Daniele Teti
7ca4ccbe59 Completed refactoring about IMVCTypeSerializer 2018-10-31 01:07:25 +01:00
Daniele Teti
132e169542 Changes to the custom type serializer interface 2018-10-30 13:53:18 +01:00
Henrique Gottardi Werlang
8fd6004579 Criado uma propriedade para o usuário conseguir colocar a URL completa, e não em pedaços apenas. 2018-10-24 18:07:31 -03:00
Daniele Teti
828bb00e6c Added loggerpro 1.3.0 as lib (removed as submodule) 2018-10-23 16:55:10 +02:00
Daniele Teti
4a42b5bb95 Removed loggerpro submodule 2018-10-23 16:53:18 +02:00
Daniele Teti
70c1e55e94 New MVCActiveRecord showcase samples
New Unit Tests for Compression in TRESTClient
Updated RQL Parser and compilers
New EntitiesGenerator (alpha)
Improved unittests
Updated landing page
2018-10-23 16:18:50 +02:00
Daniele Teti
96bbb83209 Improved support for MySQL in MVCActiveRecord
Better multi thread handling in MVCActiveRecord
2018-10-14 18:24:07 +02:00
Daniele Teti
9dd04f026f Added MySQL/MariaDB support for MVCActiveRecord and RQL compiler 2018-09-28 18:33:54 +02:00
Daniele Teti
4672b81c7b RQL support added to MVCActiveRecord 2018-09-28 13:02:48 +02:00
Daniele Teti
98499a3b97 Added RQL2SQL parser 2018-09-27 12:27:13 +02:00
Daniele Teti
e4cd5894ae MVCActiveRecord Framework, Sample for MVCActiveRecord Framework 2018-09-25 15:38:52 +02:00
Daniele Teti
d235c88dce
Merge pull request #149 from geoffsmith82/hmac
Updated MVCFramework.HMAC.pas to use new Delphi HMAC classes
2018-08-25 15:34:56 +02:00
geoffsmith82
b28c6927a6 Re-arranged file to minimise the use of $IFDEFS 2018-08-25 17:44:04 +10:00