Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | never mind. dbg(1) now gives you the basic debug result and dbg(2) gives you ↵ | zotlabs | 2018-04-14 | 1 | -1/+1 |
| | | | | the verbose debug option with all the results. | ||||
* | allow dbg(2) to only return the canonical SQL used in the query and the ↵ | zotlabs | 2018-04-14 | 1 | -1/+3 |
| | | | | number of results, but not log every single result. Maybe we should use 1 for this and 2 for the full results, but I didn't really want to change the way people do things today. If anybody has a strong opinion about doing this, go ahead and change it and send a note to the developer forum. | ||||
* | :white_check_mark: Add tests for non existent tables. | Klaus Weidenbach | 2018-01-28 | 1 | -1/+2 |
| | | | | Prevent PHP warnings "Undefined variable" in dba_pdo::q(); | ||||
* | :fire: Cleanup old database related files. | Klaus Weidenbach | 2018-01-28 | 1 | -12/+28 |
| | | | | | Remove non used database drivers, remove unused methods. Improve documentation. | ||||
* | query optimisations for notifications - use a specific index only | Mario Vavti | 2018-01-28 | 1 | -0/+9 |
| | |||||
* | Change dsn port handling in dba_pdo. | Klaus Weidenbach | 2018-01-18 | 1 | -2/+2 |
| | |||||
* | db issues | zotlabs | 2017-03-12 | 1 | -7/+7 |
| | |||||
* | issue #606, postgres binary data handling under PDO and HHVM when passed null | zotlabs | 2016-11-30 | 1 | -1/+1 |
| | |||||
* | dba_pdo: return false on q() DB error like the old driver did | zotlabs | 2016-11-17 | 1 | -1/+1 |
| | |||||
* | change log string on pdo log messages | zotlabs | 2016-10-27 | 1 | -3/+3 |
| | |||||
* | pdo - fetch assoc only | zotlabs | 2016-10-25 | 1 | -1/+1 |
| | |||||
* | set port if non-zero (instead of non-null) | zotlabs | 2016-10-24 | 1 | -1/+1 |
| | |||||
* | this seems to work, but there are unanswered questions and is still ↵ | zotlabs | 2016-10-23 | 1 | -5/+8 |
| | | | | undergoing investigation. It appears that the data stored with os_content = 1 is not being escaped in all circumstances or the scaled image data is being escaped twice. | ||||
* | fetch bytea as stream | zotlabs | 2016-10-23 | 1 | -1/+2 |
| | |||||
* | pdo hacks | zotlabs | 2016-10-23 | 1 | -3/+10 |
| | |||||
* | allow a dsn override to the database via the server argument. This could be ↵ | zotlabs | 2016-10-20 | 1 | -5/+9 |
| | | | | used to allow unix domain sockets and other unusual configurations. | ||||
* | more pdo tweaks | zotlabs | 2016-10-20 | 1 | -3/+24 |
| | |||||
* | pdo testing | zotlabs | 2016-10-20 | 1 | -3/+12 |
| | |||||
* | use pdo for postgres also | zotlabs | 2016-10-19 | 1 | -2/+18 |
| | |||||
* | pdo changes first cut | zotlabs | 2016-10-19 | 1 | -1/+2 |
| | |||||
* | experimental PDO DBA driver | redmatrix | 2016-05-17 | 1 | -0/+95 |