Commit graph

277 commits

Author SHA1 Message Date
3ecfe9aa5b Hascolumn related functionality. 2020-07-21 03:02:13 +02:00
51200407a6 Temporarily remove the WeakReference stuff - I want to rethink it. 2020-07-15 07:24:38 +02:00
6c733b18c3 Add support for WeakReference caching. 2020-07-14 07:53:27 +02:00
fecf280f74 Cache created adapter. 2020-07-13 14:42:37 +02:00
e890aece71 Cleaning 2020-07-07 18:46:08 +02:00
06c7b18b92 Swap to using App::DI instead of App::Instance()->get 2020-07-07 18:45:26 +02:00
7d411198e8 Implement Serializable on Model. 2020-07-07 18:12:02 +02:00
7c22e0f68c Progress towards slim4/php-di etc 2020-06-22 21:38:55 +02:00
4aff68d5ab Revise use of Db object 2020-06-22 17:52:18 +02:00
071c7fa8b9 Fixing PHPStan issues. 2020-06-19 09:53:59 +02:00
c7ec05000d Cleaned codebase. 2020-06-18 19:24:31 +02:00
14c7f22ebd Big cleanup 2020-06-18 19:11:15 +02:00
5dce4cb4c9 Add some sensible defaults that are used repeatedly. 2020-06-17 12:12:16 +02:00
d756a15e54 Changing how database connections are held. Adding phinx stuff. 2020-06-16 12:47:20 +02:00
90a0971ed0 Working building. 2020-06-15 08:19:42 +02:00
f10bc43335 Hack n' slash rework. 2020-06-12 15:57:36 +02:00
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