]> git.mxchange.org Git - friendica.git/history - include/dba.php
Merge pull request #3522 from annando/1706-lock
[friendica.git] / include / dba.php
2017-06-07 Tobias DiekershoffMerge pull request #3522 from annando/1706-lock
2017-06-07 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-06-06 Michael VogelMerge branch 'develop' into 1706-lock
2017-06-06 Tobias DiekershoffMerge branch 'master' into develop
2017-06-05 MichaelLocking waits now for a shorter period. DB locking...
2017-06-04 MichaelMerge remote-tracking branch 'upstream/3.5.2rc' into...
2017-06-04 MichaelDatabase locks are now having its very own functions
2017-05-17 Tobias DiekershoffMerge pull request #3472 from rabuzarus/feature/frio...
2017-05-16 rabuzarusMerge pull request #3380 from fabrixxm/feature/frio...
2017-05-16 Hypolite PetovanMerge pull request #3465 from annando/bugfix-dba-1
2017-05-16 MichaelSpelling
2017-05-16 Michael VogelMerge pull request #3464 from beardyunixer/nginx
2017-05-15 Michaeldba: Beautification is now a separate function
2017-05-15 MichaelBugfix: dba::num_rows hadn't checked the object variable
2017-05-14 Michael VogelMerge pull request #3463 from friendica/develop
2017-05-14 Hypolite PetovanMerge pull request #3462 from annando/bugfix-dba
2017-05-14 MichaelBugfix: The commit in dba::delete was never executed
2017-05-13 Hypolite PetovanMerge pull request #3381 from Quix0r/rewrites/coding...
2017-05-12 Hypolite PetovanMerge pull request #3460 from annando/1705-dbclean
2017-05-11 MichaelNow it should work
2017-05-11 Michaeldbclean is now using the new database functions / new...
2017-05-11 Roland HäderMerge branch 'develop' of github.com:friendica/friendic...
2017-05-08 Tobias DiekershoffMerge pull request #3418 from gerhard6380/develop
2017-05-07 Hypolite PetovanMerge branch 'develop' into improvement/move-app-to...
2017-05-07 Michael VogelMerge pull request #3442 from Alkarex/any_value_dbstructure
2017-05-07 Tobias DiekershoffMerge pull request #3441 from annando/1705-bugfix-delete
2017-05-07 MichaelAnd another one
2017-05-07 MichaelWrong parameter for delete command
2017-05-06 Hypolite PetovanMerge pull request #3438 from annando/1705-dba-select
2017-05-06 MichaelDESC should be ASC - this is more logically.
2017-05-06 MichaelNew function "dba::select" to fetch table rows
2017-05-04 rabuzarusMerge pull request #3417 from fabrixxm/feature/frio...
2017-05-04 Hypolite PetovanMerge pull request #3426 from annando/1705-diaspora...
2017-05-03 Hypolite PetovanMerge pull request #3425 from annando/1705-db-port
2017-05-03 MichaelIt is now possible to connect to a db server with host...
2017-05-02 Tobias DiekershoffMerge pull request #3420 from annando/issue-3419
2017-05-02 MichaelPR 3419: Avoid problems with PHP7 and dba.php
2017-05-02 Tobias DiekershoffMerge pull request #3415 from annando/1704-db-relation
2017-05-01 MichaelError reporting hadn't worked for the new functions
2017-05-01 MichaelAvoid duplicated queries
2017-05-01 MichaelDelete queries are now split into chunks.
2017-05-01 MichaelThe number of queries is reduced dramatically
2017-05-01 MichaelThis is better
2017-05-01 MichaelOnly fetch the rows when needed
2017-04-30 MichaelDelete now works
2017-04-29 Hypolite PetovanMerge pull request #3408 from annando/1704-conversation-2
2017-04-29 MichaelImproved dba:update function.
2017-04-28 Michael VogelMerge pull request #3403 from tobiasd/20170428-typo
2017-04-28 Tobias DiekershoffMerge pull request #3402 from annando/1704-conversation
2017-04-28 MichaelWe should return a return value when we say that we...
2017-04-28 MichaelNew function "dba::update" and changed unique index...
2017-04-28 Michaeldba:p and dba:e can now be called with a parameter...
2017-04-28 MichaelWe should escape the table name as well.
2017-04-28 Hypolite PetovanMerge pull request #3390 from annando/1704-cleaned_install
2017-04-27 MichaelSalmons with Mastodon seem to work now
2017-04-26 MichaelConversation data is now stored in another table
2017-04-26 Hypolite PetovanMerge pull request #3388 from tobiasd/20170424-blocklis...
2017-04-25 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-04-25 Hypolite PetovanMerge pull request #3389 from annando/1704-db-query
2017-04-25 MichaelAdded class description
2017-04-25 MichaelBetter debugging
2017-04-25 MichaelSmall corrections
2017-04-24 MichaelWe weren't able to test mysqlnd, so better remove the...
2017-04-24 MichaelFree results
2017-04-24 MichaelLittle spelling problem
2017-04-24 MichaelReplace spaces by tabs
2017-04-24 MichaelCode cleanup
2017-04-24 MichaelRemoved old functions
2017-04-24 MichaelNew function to calculate rows
2017-04-24 MichaelNew function to check for the existance of data
2017-04-24 MichaelRestored privates variables
2017-04-24 MichaelRearranged lines
2017-04-24 MichaelLost lines are back
2017-04-24 MichaelNew function skeleton for execution of queries
2017-04-23 MichaelWe now can work with prepared statements
2017-04-21 rabuzarusMerge develop into 20170407_-_group_edit
2017-04-20 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-04-19 Roland HäderMerge branch 'develop' into rewrites/coding-convention...
2017-04-17 rabuzarusMerge pull request #3333 from Rudloff/feature/theme...
2017-04-16 Alexandre AlapetiteMore replaces UTF8 to UTF8MB4
2017-04-16 Alexandre AlapetiteMerge branch 'develop' into MySQL5.7
2017-04-16 Tobias DiekershoffMerge pull request #3343 from annando/1704-mastodon
2017-04-15 Hypolite PetovanMerge pull request #3323 from Alkarex/ostatus-only_full...
2017-04-15 Alexandre AlapetiteMove any_value_fallback() to dba class
2017-04-15 Alexandre AlapetiteDocument any_value_fallback()
2017-04-15 Alexandre AlapetiteUse server_info to fallback from ANY_VALUE if needed
2017-04-14 Alexandre AlapetiteMerge develop
2017-04-14 Alexandre AlapetiteMySQL ANY_VALUE with fallback to MIN
2017-04-08 rebeka-catalinaMerge branch 'develop' of http://github.com/rebeka...
2017-03-25 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-03-20 rabuzarusMerge develop into 20170316_-_fix_event_edit
2017-03-20 Hypolite PetovanMerge branch 'develop' into 20170316_-_fix_event_edit
2017-03-20 Hypolite PetovanMerge remote-tracking branch 'refs/remotes/origin/devel...
2017-03-20 Hypolite PetovanMerge remote-tracking branch 'refs/remotes/friendica...
2017-03-19 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-03-18 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-03-17 MichaelMerge remote-tracking branch 'upstream/develop' into...
2017-03-17 rabuzarusMerge pull request #3226 from annando/1702-only-worker
2017-03-17 rabuzarusMerge pull request #3240 from annando/bugfix-dba
2017-03-16 MichaelBugfix: When a query fails we mustn't use the result...
next