Commit graph

311 commits

Author SHA1 Message Date
d68e3e7a5c rename 2020-06-12 15:25:07 +02:00
7173cf4152 rename 2020-06-12 15:21:47 +02:00
286abb2932 Merge remote-tracking branch 'origin/master' 2020-06-07 08:25:55 +02:00
2f1e09ce81 OpenVPN server configuration generation is done. Maybe. 2020-06-07 07:07:19 +02:00
7ed3853707 Cleaning. 2020-05-21 19:16:50 +02:00
284f12e16f Fixed postgres sequence rubbish 2020-05-21 19:14:33 +02:00
aa80592810 Merge branch 'master' of https://github.com/benzine-framework/benzine-database 2020-05-17 04:33:40 +02:00
2baba5adc6 Cleanup. 2020-05-13 04:54:41 +02:00
316ccccde0 Return ids as keys in results. 2020-05-12 17:48:10 +02:00
027a6fb21d Postgres support. 2020-05-10 18:58:30 +02:00
dc6bffe39d Add support for using Zend Sql\Wheres in search() function. 2020-04-22 11:49:24 +02:00
825fde23f1
Merge pull request #3 from wlfio/patch-1
Remove Options Duplication In Generator
2020-04-01 15:45:39 +02:00
wlfio
e7969d66ba
Remove Options Duplication 2020-04-01 14:43:51 +01:00
961a52ffb3 Output more spaced-out calls for easier readin' 2020-03-05 10:28:22 +01:00
4681305784 Fixed a relationship inconsistency 2020-03-03 14:12:04 +01:00
cfbbfe548c Cleaned some output 2020-03-03 14:11:42 +01:00
c1e8681cea fixed internal schema-namespaceing of models. 2020-03-03 13:56:49 +01:00
d809e308fe Cleanup 2020-03-03 12:23:36 +01:00
d1384f244b Add support for passing --models=ModelA,ModelB as an argument 2020-03-03 12:22:11 +01:00
74f80ec979 Improving inter-schema relationships 2020-02-27 10:52:54 +01:00
38effb8b73 Accidental copy-paste from another project 2020-02-24 19:16:17 +01:00
fadd7dd65d Adding support for binary 2020-02-24 16:05:50 +01:00
826c348594 Move some abstract controllers to benzine-database from benzine-controllers 2020-02-24 16:02:28 +01:00
ffb084aba2 Fix a bug with relationships using the wrong way to fetch. 2020-02-18 14:21:37 +01:00
9639ae91f3 Change how class prefixes work to use benzine config file 2020-02-18 11:51:02 +01:00
3b3af14d3d remove obsolete paths. 2020-02-18 10:26:06 +01:00
8ca9e6a84f Add tinyblob/tinytext support 2020-02-14 14:32:03 +01:00
536a7e7bd3 Lazy loaded related objects 2020-02-04 13:13:42 +01:00
90b3e824b3 Fix issue with related columns not being translated. 2020-01-30 15:40:16 +01:00
b191ee40b3 Improve model testing 2020-01-30 15:38:51 +01:00
35e9bff9e3 More PHP7.4 types. 2020-01-29 16:57:59 +01:00
2d152985f5 Vastly improved coverage. 2020-01-28 16:43:19 +01:00
687ec4bf3c fix casing-related coverage glitch. 2020-01-28 15:44:39 +01:00
27b7f09c6e @depends should have been @covers. Tests pass. 2020-01-28 12:16:32 +01:00
9809e72b5b Add more covers annotations 2020-01-28 11:11:46 +01:00
a48d2ed6eb Fix coverage of deleteByField 2020-01-28 10:56:39 +01:00
d2780951c0 Add more covers annotations 2020-01-28 10:56:04 +01:00
5f1adc7761 Add @large to some slow tests. 2020-01-23 16:21:04 +01:00
dcca851687 Fix @covers 2020-01-23 16:20:52 +01:00
6f7d25e614 Heavy rework of service testing. 2020-01-23 12:00:01 +01:00
6875bdf3d6 Improve ModelInterface.php 2020-01-23 11:58:55 +01:00
83ca318fc5 Change how exchange array works 2020-01-23 11:58:42 +01:00
9b1f5ffc82 Repplace deleteByID with deleteByField 2020-01-22 16:47:26 +01:00
a0d39d2ee9 Change to use class property name, rather than db field name 2020-01-22 16:47:00 +01:00
73faabe649 Fix min/max string lengths 2020-01-22 16:46:15 +01:00
41c328f5cb Add support for mediumint and smallint. Who knew they existed? Not I! 2020-01-22 16:45:55 +01:00
10e6bd25f2 Zenderator renamed to Laminator to match Zend to Laminas rename upstream 2020-01-16 16:19:11 +01:00
f5edaea046 PHP7.4 features, support for aliased columns. 2020-01-16 15:46:36 +01:00
478bf018cd Fix capitalisation issue. 2020-01-15 13:21:39 +01:00
7744705a7f cleanup 2020-01-14 14:22:46 +01:00