Commit Graph

389 Commits

Author SHA1 Message Date
antao 4b8971b258 Fix some warnings 2018-11-11 18:51:39 +08:00
antao be58f265dd Update db tests 2018-11-11 12:34:23 +08:00
antao ac795dd18f Merge commit 'c2d23ab' into orm_dev 2018-11-11 12:27:17 +08:00
antao 9d81f3217d Fix a bug 2018-11-11 12:16:26 +08:00
antao c2d23abe9f Use shared_ptr to PgClientImpl 2018-11-11 12:02:48 +08:00
antao fe877ef265 Merge branch 'master' into with_orm 2018-11-11 11:03:35 +08:00
antao 7d45746474 Update configuration file 2018-11-11 11:00:46 +08:00
antao 82c5cc1dcc Merge branch 'master' into with_orm 2018-11-11 00:58:08 +08:00
antao a50aa07cc0 Update drogon_ctl 2018-11-11 00:56:57 +08:00
antao 11db6673a6 Add delete methods to Mapper 2018-11-10 22:37:01 +08:00
antao 979c6670c9 Modify some function signatures 2018-11-10 21:31:44 +08:00
antao 68cefc76e9 Fix a bug 2018-11-10 20:44:53 +08:00
an-tao 6e5eef9aaf Fix some warnings 2018-11-09 15:55:20 +08:00
antao de3c31f34b Support timestamp column type 2018-11-09 15:46:39 +08:00
antao fdb69781f2 Add a comment to the model header file 2018-11-09 15:46:39 +08:00
antao f9cc77daa0 Fix a bug of struct tm 2018-11-09 15:46:39 +08:00
antao 32a7c5aff6 Support composite primary key 2018-11-09 15:46:39 +08:00
antao 4e060b7726 Support date type in ORM 2018-11-09 15:46:39 +08:00
antao 0179816c19 Fix a bug for the system without database 2018-11-09 15:46:39 +08:00
an-tao fc7ddd5b6c Fix some warnings in linux 2018-11-09 15:46:39 +08:00
antao acaa604559 Fix some bugs in models 2018-11-09 15:46:39 +08:00
antao 5a56f3b5d3 Fix a bug (Winfinite-recursion) 2018-11-09 15:46:39 +08:00
antao 6810dd261c Modify models template 2018-11-09 15:46:39 +08:00
antao 16d6caedb0 Remove 'setter' methods of auto-increasing columns 2018-11-09 15:46:38 +08:00
antao 143b62b36b Fix some bugs in creating models 2018-11-09 15:46:38 +08:00
antao d340e1cc10 Update model template files 2018-11-09 15:46:38 +08:00
antao 0d77fa1490 Improve the function of creating models 2018-11-09 15:46:38 +08:00
antao cae30230c3 Add the create DAO method to drogon_ctl, not completed 2018-11-09 15:46:38 +08:00
antao 85664b86fc Mapper template works 2018-11-09 15:46:38 +08:00
antao 6385330c0f Modify some exception descriptions 2018-11-09 15:46:38 +08:00
antao 054b0a2d68 Add Criteria class 2018-11-09 15:46:38 +08:00
antao 2dcb924c81 Start Adding orm 2018-11-09 15:46:38 +08:00
antao 373a423dfe Change version to 0.9.6 2018-11-09 15:25:03 +08:00
antao 882a8f8090 Change the registerHttpApiMethod method to a non-static method 2018-11-09 15:21:53 +08:00
antao 3a9d87d39f Update trantor 2018-11-08 18:11:56 +08:00
antao 2fc9ecdc7c Update drogon_ctl 2018-10-31 17:33:15 +08:00
antao 892cd420da Remove unused files 2018-10-28 15:38:22 +08:00
antao 7e36c92281 Optimize CacheMap 2018-10-25 18:07:29 +08:00
an-tao 6699429a7a
Merge pull request #8 from an-tao/kickoff_idle_connections
Kick off idle connections, add the corresponding option in configure file(config.example.json).
2018-10-24 16:54:38 +08:00
an-tao 836c6a4992 Update trantor 2018-10-24 16:49:00 +08:00
antao 93b69d8daa Kick off idle connections 2018-10-24 16:10:28 +08:00
an-tao 9beeea3178
Merge pull request #7 from an-tao/config_simple_controller
Add new configuration options to configuration file for simple controller mapping
2018-10-21 15:00:09 +08:00
antao af53337a6a Add configuration options to the configuration file for simple controller mapping 2018-10-21 14:52:41 +08:00
antao 2fcbc5600f Add 'create filter' sub-command in drogon_ctl 2018-10-20 17:36:14 +08:00
antao 183a31831f Add 'create filter' sub-command in drogon_ctl 2018-10-20 17:35:52 +08:00
antao 1433fc0509 Fix a trivial problem 2018-10-20 16:39:38 +08:00
antao a86baa1f27 Change version to 0.9.5 2018-10-20 14:10:51 +08:00
an-tao 6186ba5132
Merge pull request #6 from an-tao/http_method
Support for directly using a set of HttpMethod as a constraint for controller path configuration
2018-10-20 14:09:32 +08:00
antao fcb2ab7880 HttpMethod 2018-10-20 13:45:17 +08:00
antao eef0ee8729 Use 'any' to support two types of constraints 2018-10-20 12:40:30 +08:00