Age | Commit message (Expand) | Author |
2005-06-20 | simplify definition and usage of mgKeyTypes | wr61 |
2005-06-20 | cosmetic: clarify code | wr61 |
2005-06-12 | Package name corrected | LarsAC |
2005-05-26 | now that the key definitions are identical for all DB backends move them out ... | wr61 |
2005-05-26 | a few README fixes | wr61 |
2005-05-26 | ordering fixes, move more code out ouf SQL backends | wr61 |
2005-05-23 | mgQuery and mgSQLString, unify the DB backends | wr61 |
2005-05-23 | fix sorting in C++ | wr61 |
2005-05-23 | degenerate m_current in vdr_player to a pointer | wr61 |
2005-05-23 | put all argument stuff into mg_setup | wr61 |
2005-05-23 | edit README, split off README.mysql, README.postgresql, README.sqlite | wr61 |
2005-05-13 | rename orderby to groupby, we dont let SQL order anymore | wr61 |
2005-05-13 | simplified SQL for collections for SQLite and Postgresql | wr61 |
2005-05-13 | do not start playing if we delete from play collection | wr61 |
2005-05-13 | do not start playing if we delete from play collection | wr61 |
2005-05-12 | fix initialization of mgSelection | wr61 |
2005-05-12 | fix bugs resulting from previous changes | wr61 |
2005-05-12 | first part of postgresql interface | wr61 |
2005-05-11 | make it compile again with 2.95 | wr61 |
2005-05-11 | make it compile with gcc-4.0 | wr61 |
2005-05-11 | bump version from 0.1.7 to 0.1.8 | wr61 |
2005-05-11 | SQLite: remove unused tables | wr61 |
2005-05-11 | HAVE_SQLITE in Makefile. Disable parameters unsupported by SQLITE | wr61 |
2005-05-11 | reimplement option -z (DeleteStaleReference) | wr61 |
2005-05-11 | fix order by decade for sqlite | wr61 |
2005-05-11 | fix bug when listitems.size()==0 | wr61 |
2005-05-11 | we always have folder fields, do not check for existence | wr61 |
2005-05-11 | better handling for items without genre or language | wr61 |
2005-05-11 | list position is now saved/restored as key value | wr61 |
2005-05-11 | position in list is now saved/restored as key value | wr61 |
2005-05-09 | more fixes | wr61 |
2005-05-09 | several bug fixes | wr61 |
2005-05-09 | fix bug when switching order | wr61 |
2005-05-09 | do not support genre2 with sqlite, would be too slow | wr61 |
2005-05-09 | fix init when muggle.state is empty | wr61 |
2005-05-09 | speed up import: 2 more Indices and put import into a transaction | wr61 |
2005-05-09 | more feedback | wr61 |
2005-05-09 | add missing files | wr61 |
2005-05-09 | add sqlite support, mostly untested | wr61 |
2005-05-08 | rename a few things | wr61 |
2005-05-08 | always accept option -d so we don't need lots of ifdef for different databases | wr61 |
2005-05-08 | remove unneeded DISTINCT in sql_count | wr61 |
2005-05-07 | split fields into idfields and valuefields | wr61 |
2005-05-07 | a little fix | wr61 |
2005-05-07 | optimization for SQLite, neutral for mysql | wr61 |
2005-05-07 | mugglei reports how much he imported | wr61 |
2005-05-06 | move comma to mg_tools | wr61 |
2005-05-06 | introduce virtual bool mgDb::Threadsafe() | wr61 |
2005-05-06 | remove all references to mysql outside of mg_db_gd.[ch] | wr61 |
2005-05-06 | make mysql_thread_init/end conditional | wr61 |