1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-06 07:35:29 +02:00
David M 2deee69e2f Some neat stuff, the new DBAL function has the potential of removing somewhere in the ballpark of 40% of all the DBAL code. It combines a few very common idioms into one statement, allowing us to implicitly use prepared statements. Short term advantages are the ability to remove the gross code that attempts to work around DB2, Oracle and Firebird. Long term advantages include removing the burden of sanitizing data (at least on input) from our end and placing it on shoulders of the backend PHP driver.
Also included is a new posting API I am working on. It is not a real API in so much as it is a backend that a "nice" API could use. User submitted functions are welcome :) It represents a massive simplification in post and topic accounting and a generalization of concepts like "soft deletion" as it works across both topics and posts (yes, this has preliminary support for soft deletions). The only "interesting" problem left is global topics, this has yet to be solved.

Enough talk, time for sleep.

P.S.
Sorry if I broke stuff, was not done on purpose :)

git-svn-id: file:///svn/phpbb/trunk@8485 89ea8834-ac86-4346-8a33-228a782c2dd0
2008-04-02 08:28:21 +00:00
..
2008-03-18 14:47:43 +00:00
2008-03-29 14:11:49 +00:00
2008-01-03 17:00:40 +00:00
2008-01-30 16:14:39 +00:00
2008-01-03 17:00:40 +00:00
2008-03-31 14:58:14 +00:00
2008-01-13 07:49:51 +00:00
2008-02-27 15:21:23 +00:00
2008-01-08 06:44:05 +00:00
2008-01-03 17:00:40 +00:00
2008-01-06 02:21:44 +00:00
2008-03-29 14:11:49 +00:00
2008-01-03 17:00:40 +00:00
2008-02-27 15:21:23 +00:00
2008-03-18 14:47:43 +00:00
2008-03-18 14:47:43 +00:00
2008-01-03 17:00:40 +00:00
2008-01-03 17:00:40 +00:00
2008-02-28 19:57:52 +00:00
2008-03-13 15:25:20 +00:00
2008-03-31 14:58:14 +00:00
2008-01-03 17:00:40 +00:00