]> source.dussan.org Git - nextcloud-server.git/commit
Fix some database problems, do not use the cache when creating users
authorRobin Appelman <icewind1991@gmail.com>
Mon, 5 Jul 2010 09:37:50 +0000 (11:37 +0200)
committerRobin Appelman <icewind1991@gmail.com>
Mon, 5 Jul 2010 09:37:50 +0000 (11:37 +0200)
commitd96793f14f810f9d6f1641922aad03cb84f4647f
tree3758d3b66811930ddea6e4b175278bea0fb476f2
parente4a83b68e905347330f8c997c8f72daefadb031e
Fix some database problems, do not use the cache when creating users
16 files changed:
inc/MDB2.php
inc/MDB2/Driver/Function/mysql.php
inc/MDB2/Driver/Function/pgsql.php
inc/MDB2/Driver/Function/sqlite.php
inc/MDB2/Driver/Manager/Common.php
inc/MDB2/Driver/Manager/mysql.php
inc/MDB2/Driver/Manager/pgsql.php
inc/MDB2/Driver/Manager/sqlite.php
inc/MDB2/Driver/Reverse/Common.php
inc/MDB2/Driver/Reverse/mysql.php
inc/MDB2/Driver/Reverse/pgsql.php
inc/MDB2/Driver/Reverse/sqlite.php
inc/MDB2/Driver/mysql.php
inc/lib_base.php
inc/lib_config.php
inc/lib_user.php