|
fae28866eb
|
improve code style
|
2024-02-02 11:39:13 +01:00 |
|
|
1aac154bcb
|
improve code quality
|
2024-02-02 11:33:11 +01:00 |
|
|
e47817b95d
|
drop PHP 7 support, improve code
|
2024-02-02 10:59:40 +01:00 |
|
|
2b6ab8f809
|
adjust CHANGELOG
|
2022-09-05 14:13:51 +02:00 |
|
|
c37768f2fa
|
fix empty default parameter argument error
|
2022-09-05 09:05:54 +02:00 |
|
|
6327bfb06d
|
adjust version informations
|
2022-08-18 14:20:07 +02:00 |
|
|
a57605a729
|
improve code
|
2022-08-18 14:18:43 +02:00 |
|
|
9b1a1b24ed
|
adjust version informations
|
2021-04-29 15:51:32 +02:00 |
|
|
b76507025e
|
prevent the use of not countable parameters in prepared statemant rendering
|
2021-04-29 15:49:20 +02:00 |
|
|
f6f9ddc7e7
|
adjust documentation
|
2021-03-02 15:50:39 +01:00 |
|
|
8397868fdf
|
Merge remote-tracking branch 'remotes/origin/dev_traceInLog'
|
2021-03-02 15:34:11 +01:00 |
|
|
e6e772a2ce
|
fix missing static methods
|
2021-03-02 15:31:09 +01:00 |
|
|
d587fde2e8
|
change static methods to non-static methods for better testable code
|
2021-01-23 21:55:06 +01:00 |
|
|
c74789faef
|
add prepared statement query generator
|
2021-01-23 21:53:18 +01:00 |
|
|
001eafec6c
|
fix non https url in composer.json
|
2020-06-08 10:14:56 +02:00 |
|
|
1a339d4644
|
change line endings for easy patching
|
2020-05-25 09:48:12 +02:00 |
|
|
66a842db84
|
change line endings for easy patching
|
2020-05-25 09:46:53 +02:00 |
|
|
806de37cc9
|
add configurable FirePHP handler
|
2020-05-13 18:53:56 +02:00 |
|
|
491ceeac5a
|
add missing autoload file item in composer.json
|
2020-05-01 22:26:26 +02:00 |
|
|
07fcca498d
|
remove Query Status Monitor, complete implementation
|
2020-05-01 01:08:23 +02:00 |
|
|
c3aa93e543
|
disable linking smarty plugin
|
2020-05-01 00:29:56 +02:00 |
|
|
054ccd8419
|
Merge remote-tracking branch 'upstream/master'
|
2020-05-01 00:13:59 +02:00 |
|
|
8df59407d9
|
add SQL formatter
|
2020-04-30 20:45:41 +02:00 |
|
Tobias Matthaiou
|
40012ba334
|
Suitable screenshot
|
2019-11-06 15:10:45 +01:00 |
|
Tobias Matthaiou
|
b606986b86
|
Update CHANGELOG.md
|
2019-11-06 15:05:36 +01:00 |
|
Tobias Matthaiou
|
e57e3fe934
|
Merge pull request #2 from TumTum/feature/sql-status
Feature/sql status
|
2019-11-06 15:03:02 +01:00 |
|
Tobias Matthaiou
|
e0bd400107
|
Documentation to SQL Status Query Monitor
|
2019-11-06 15:00:55 +01:00 |
|
Tobias Matthaiou
|
7e6687132c
|
Status display of the DB how many queries were processed. (SHOW STATUS)
|
2019-11-06 14:44:58 +01:00 |
|
Tobias Matthaiou
|
2410dc3203
|
Update README.md
|
2019-10-04 10:15:41 +02:00 |
|
Tobias Matthaiou
|
e3623e4bd4
|
Update CHANGELOG.md
|
2019-10-01 16:17:07 +02:00 |
|
Tobias Matthaiou
|
466bb61afc
|
Merge pull request #1 from TumTum/feature/measures_time
Feature/measures time
|
2019-10-01 12:58:50 +02:00 |
|
Tobias Matthaiou
|
5fd1cf0b81
|
Updated documentation
|
2019-10-01 12:55:33 +02:00 |
|
Tobias Matthaiou
|
2488b19301
|
Activate Travis
|
2019-10-01 12:30:25 +02:00 |
|
Tobias Matthaiou
|
9c3206ee73
|
New Featuer: "Measures the sql execution time"
|
2019-10-01 12:23:02 +02:00 |
|
Tobias Matthaiou
|
5de9a138f8
|
Insert PHPSpec Framework
|
2019-10-01 12:22:43 +02:00 |
|
|
b58b674c3a
|
add credits
|
2019-09-23 08:45:00 +02:00 |
|
|
7da3397db4
|
fix README images url
|
2019-09-23 08:38:19 +02:00 |
|
|
3daecc030a
|
remove unused files
|
2019-09-21 13:21:11 +02:00 |
|
|
5b9328fd73
|
Merge branch 'dev_impovedFormat'
|
2019-09-21 13:13:59 +02:00 |
|
|
d21a3f892d
|
allow newlines in cli output, add FirePHP handler to browser console log
|
2019-09-20 22:30:27 +02:00 |
|
|
bd16bf36cd
|
adjust documentation
|
2019-09-20 16:05:36 +02:00 |
|
|
7705abd09e
|
autogenerate log position informations,
does not need log positions parameters anymore when called
|
2019-09-20 10:40:01 +02:00 |
|
|
90c055d1cb
|
prevent own method log traces
|
2019-09-20 10:37:44 +02:00 |
|
|
6079ae7cf6
|
add fallback in case of not set headline
|
2019-09-19 20:04:25 +02:00 |
|
|
d8c60ce2c2
|
change namespace
|
2019-09-19 19:52:54 +02:00 |
|
|
ceee2ca96c
|
change composer.json in dev branch
|
2019-09-19 17:13:13 +02:00 |
|
|
e9310cda53
|
change composer.json in master branch
|
2019-09-19 17:11:07 +02:00 |
|
|
156429f7ea
|
add headline and information about calling script, add logger getter
|
2019-09-19 16:03:06 +02:00 |
|
Tobias Matthaiou
|
6d255fa6c9
|
Version 1.0.0
|
2019-08-21 08:20:36 +02:00 |
|
Tobias Matthaiou
|
35270ae271
|
Version 1.0.0
|
2019-08-21 08:20:36 +02:00 |
|