| Commit message (Expand) | Author | Age | Files | Lines |
* | made sql_rowseek consistent with the dbal methods as well as fixing sql_query... | Meik Sievertsen | 2006-09-23 | 9 | -50/+39 |
* | SET NAMES on the MySQL 4.1.2+ DBs | David M | 2006-09-23 | 2 | -0/+2 |
* | - Oracle now works with large amounts of text | David M | 2006-09-19 | 2 | -1/+60 |
* | - no more encoding mixture, say hello to UTF-8 (I'll add a validation solutio... | Nils Adermann | 2006-09-17 | 1 | -1/+1 |
* | removed debug_extra notice | Meik Sievertsen | 2006-09-17 | 1 | -1/+1 |
* | bug fixes | David M | 2006-09-16 | 3 | -9/+1 |
* | some updates. Also adjusted the utf tools and normalizer more to our coding g... | Meik Sievertsen | 2006-08-22 | 10 | -46/+46 |
* | specialchar sql query to ensure proper display if there are html characters w... | Meik Sievertsen | 2006-08-22 | 1 | -1/+1 |
* | sql_in_set changes | Meik Sievertsen | 2006-08-12 | 1 | -72/+23 |
* | so.... what does this thing do? | David M | 2006-08-11 | 8 | -104/+2 |
* | Oops, I forgot the negate bit in sql_in_set() | Nils Adermann | 2006-08-11 | 1 | -3/+3 |
* | Adding the sql_in_set function which should give us a bit of a performance im... | Nils Adermann | 2006-08-11 | 1 | -0/+43 |
* | This is kinda nice.. Before MySQL 5.0.3, traling spaces were removed when val... | David M | 2006-08-07 | 3 | -0/+30 |
* | *** empty log message *** | David M | 2006-08-06 | 1 | -3/+12 |
* | This should end some issues we have been having regarding the proper binary e... | David M | 2006-08-06 | 5 | -5/+81 |
* | - fixed some bugs | Meik Sievertsen | 2006-08-05 | 1 | -0/+1 |
* | - custom profile field fixed | Meik Sievertsen | 2006-08-03 | 1 | -1/+1 |
* | ok, but this time... | Meik Sievertsen | 2006-08-02 | 1 | -4/+13 |
* | this change should let firebird work again correctly... or not. | Meik Sievertsen | 2006-08-02 | 1 | -8/+3 |
* | mysqli results are objects, not resources | Nils Adermann | 2006-08-02 | 1 | -4/+4 |
* | - acm_file uses an index pointer to the current row instead of shifting the r... | Nils Adermann | 2006-08-01 | 9 | -18/+337 |
* | - Fix Oracle | David M | 2006-07-28 | 1 | -1/+1 |
* | OK... | David M | 2006-07-24 | 2 | -1/+28 |
* | - Some profile stuff :D | David M | 2006-07-15 | 3 | -3/+3 |
* | fixing a typo in postgres dbal | Nils Adermann | 2006-07-14 | 1 | -1/+1 |
* | - renamed the following columns: | Meik Sievertsen | 2006-07-13 | 1 | -5/+1 |
* | - it's \r\n not \n\r [Bug #3121] | Nils Adermann | 2006-07-12 | 1 | -1/+11 |
* | - tackle some usability issues | Meik Sievertsen | 2006-07-09 | 9 | -0/+118 |
* | Short story: Oracle does not like sub queries that contain columns that have ... | David M | 2006-07-09 | 1 | -0/+46 |
* | - SQLite handling in custom profiles | David M | 2006-06-17 | 1 | -1/+1 |
* | - store error result in dbal for later retrieving | Meik Sievertsen | 2006-06-14 | 1 | -4/+22 |
* | make sure custom profile fields are created correctly on registration (#2225) | Meik Sievertsen | 2006-06-13 | 10 | -56/+56 |
* | - bugfix roll | Meik Sievertsen | 2006-06-08 | 2 | -3/+22 |
* | ok, this one is rather large... the most important change: | Meik Sievertsen | 2006-06-06 | 10 | -153/+107 |
* | - removed useless code from style.php | Nils Adermann | 2006-06-03 | 1 | -1/+1 |
* | DB stuff, nothing cool at all unless you use Oracle. | David M | 2006-06-03 | 1 | -2/+2 |
* | some adjustments | Meik Sievertsen | 2006-06-02 | 10 | -153/+130 |
* | some tiny changes... | Meik Sievertsen | 2006-05-26 | 2 | -1/+5 |
* | - fixing a few smaller bugs/glitches | Meik Sievertsen | 2006-05-21 | 2 | -2/+2 |
* | - seperate queries and cached queries | Meik Sievertsen | 2006-05-20 | 10 | -30/+57 |
* | non MySQL Databases are people too! | David M | 2006-05-15 | 1 | -1/+1 |
* | - introduce new function build_url to easily build a valid url from the user-... | Meik Sievertsen | 2006-05-12 | 2 | -7/+24 |
* | I hope nothing broke! | David M | 2006-05-05 | 10 | -11/+159 |
* | - Tuples? Nah, | David M | 2006-04-24 | 1 | -1/+1 |
* | - Query explain now works for MSSQL, MSSQL-ODBC and PostgreSQL | David M | 2006-04-23 | 3 | -0/+90 |
* | - build explain links a bit different... | Meik Sievertsen | 2006-04-23 | 1 | -47/+53 |
* | - removed group settings from roles | Meik Sievertsen | 2006-04-22 | 1 | -1/+1 |
* | - Olympus can now _install_ every database, more work to come on getting the ... | David M | 2006-04-21 | 1 | -0/+2 |
* | Firebird changes | David M | 2006-04-19 | 1 | -4/+4 |
* | - make freeresult work as it should | David M | 2006-04-18 | 1 | -5/+0 |