Commit Graph

60 Commits

Author SHA1 Message Date
3e0d7ec68b add db formats 2020-10-21 19:31:42 +02:00
8fc34ef870 add sqlsrv and fix system escaping 2020-10-11 18:57:21 +02:00
3b24e6c3d7 remove db prefix 2020-03-12 18:11:43 +01:00
dfba5f1021 start implementing array{} typehint 2020-02-04 21:52:59 +01:00
a49251c0bb phpcs fix 2020-01-26 12:27:35 +01:00
a75025c1a0 cleanup todos 2019-12-31 23:36:41 +01:00
ca064b75d2 remove stupid initializations and optimize types 2019-12-22 10:37:07 +01:00
479facee52 Implementd query aliases 2019-10-13 20:38:25 +02:00
0422411c89 phpstan fixes 2019-10-07 22:22:41 +02:00
6336898978 fix phpcs findings 2019-09-12 19:46:27 +02:00
b4084913de Implement php 7.4 type hints 2019-08-15 21:54:59 +02:00
eb7dbe4663 start implementing php 7.4 2019-08-15 20:44:04 +02:00
c10708ee23 fix @link 2019-07-08 19:51:19 +02:00
5965f2a4ca bug fixes and better response handling 2019-05-07 20:00:30 +02:00
c799124d12 php cs fixes 2019-04-27 10:34:00 +02:00
0bd6cb95f5 test and fix schema builder 2019-02-26 21:41:52 +01:00
54409c9f12 bug fixes 2018-12-30 20:16:27 +01:00
b04628f890 minor performance improvements 2018-12-30 19:49:55 +01:00
9945dbc373 Bug fixes 2018-11-23 11:35:42 +01:00
8c3392253f Test and impl. fixes 2018-11-18 12:49:59 +01:00
8a2bed5877 use global namespace 2018-08-24 13:06:04 +02:00
b82213d97f Turn some returns into exceptions 2018-07-18 00:12:53 +02:00
0614c12eef Fix more type bugs 2018-07-14 14:41:15 +02:00
1b0d170052 Use root namespace and cleanup 2018-05-30 13:40:28 +02:00
37add470eb Remove whitespace 2018-05-21 22:31:14 +02:00
d5fd2c4827 Change to php version 7.2 requirement 2018-03-27 19:09:47 +02:00
3b45692ff1 Nullable+void typehint 2018-03-13 20:55:49 +01:00
675d3fa808 phpcs fixes 2018-02-17 21:38:39 +01:00
3059003191 phpcs fixes 2018-02-16 15:28:07 +01:00
f1121dcc9b Fix strict_types 2018-02-15 20:27:58 +01:00
e4dadf447d Improve codestyle 2018-02-03 10:30:13 +01:00
58e6b89768 Finalize new tests 2018-01-15 18:51:11 +01:00
60921028e7 Remove @category and replace with @package 2017-12-30 12:57:27 +01:00
db5a215071 Remove package TBD 2017-12-30 11:53:20 +01:00
e92df825fe DataMapper rewrite for performance increase
Implemented caching (was bugged). Caching is now per request and not per object. Made code visually a tiny bit better, still horrible though.
2017-12-03 21:26:58 +01:00
ce80ffadc6 General fixes 2017-11-05 13:09:39 +01:00
ba1b82f559 Fix if for foreach while spacing 2017-10-27 17:55:35 +02:00
f652a900d0 Fix strict_type spacing 2017-10-27 16:41:49 +02:00
34c465766e Code inspection fixes 2017-09-14 19:52:53 +02:00
d451301a33 Perform code optimization from cachegrind 2017-09-14 17:47:33 +02:00
a4e277184e Fix grammar bugs 2017-09-14 08:59:09 +02:00
9958f81c08 fix #121 2017-09-14 08:51:45 +02:00
c328c8fcef Fix file author and copyright 2017-07-26 17:50:41 +02:00
ff3d253588 Remove @author docblock 2017-07-20 18:10:26 +02:00
bbe7a78108 Update GrammarAbstract.php 2017-02-07 14:27:20 +01:00
db69fabcd2 Bad implementation for count 2017-01-29 19:08:35 +01:00
58b9fd5171 Enable strict_types 2017-01-25 11:51:36 +01:00
6fd1ebe9b1 Removing copyright date 2017-01-25 11:18:25 +01:00
a93a1c1653 Increase php version requirement 2016-12-07 20:57:51 +01:00
ab5e11a242 Preparing for void return type 2016-12-03 21:59:21 +01:00