From b0129fb2c38737a0a888f0024865a281b3fef1c8 Mon Sep 17 00:00:00 2001 From: pookey Date: Mon, 6 Nov 2006 18:03:49 +0000 Subject: [PATCH] moving the DB directory to Db --- lib/Doctrine/{DB => Db}/EventListener.php | 0 lib/Doctrine/{DB => Db}/EventListener/Chain.php | 0 lib/Doctrine/{DB => Db}/EventListener/Interface.php | 0 lib/Doctrine/{DB => Db}/Exception.php | 0 lib/Doctrine/{DB => Db}/Firebird.php | 0 lib/Doctrine/{DB => Db}/Informix.php | 0 lib/Doctrine/{DB => Db}/LazyConnector.php | 0 lib/Doctrine/{DB => Db}/Mssql.php | 0 lib/Doctrine/{DB => Db}/Mysql.php | 0 lib/Doctrine/{DB => Db}/Oracle.php | 0 lib/Doctrine/{DB => Db}/Pgsql.php | 0 lib/Doctrine/{DB => Db}/Profiler.php | 0 lib/Doctrine/{DB => Db}/Profiler/Query.php | 0 lib/Doctrine/{DB => Db}/Sqlite.php | 0 lib/Doctrine/{DB => Db}/Statement.php | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename lib/Doctrine/{DB => Db}/EventListener.php (100%) rename lib/Doctrine/{DB => Db}/EventListener/Chain.php (100%) rename lib/Doctrine/{DB => Db}/EventListener/Interface.php (100%) rename lib/Doctrine/{DB => Db}/Exception.php (100%) rename lib/Doctrine/{DB => Db}/Firebird.php (100%) rename lib/Doctrine/{DB => Db}/Informix.php (100%) rename lib/Doctrine/{DB => Db}/LazyConnector.php (100%) rename lib/Doctrine/{DB => Db}/Mssql.php (100%) rename lib/Doctrine/{DB => Db}/Mysql.php (100%) rename lib/Doctrine/{DB => Db}/Oracle.php (100%) rename lib/Doctrine/{DB => Db}/Pgsql.php (100%) rename lib/Doctrine/{DB => Db}/Profiler.php (100%) rename lib/Doctrine/{DB => Db}/Profiler/Query.php (100%) rename lib/Doctrine/{DB => Db}/Sqlite.php (100%) rename lib/Doctrine/{DB => Db}/Statement.php (100%) diff --git a/lib/Doctrine/DB/EventListener.php b/lib/Doctrine/Db/EventListener.php similarity index 100% rename from lib/Doctrine/DB/EventListener.php rename to lib/Doctrine/Db/EventListener.php diff --git a/lib/Doctrine/DB/EventListener/Chain.php b/lib/Doctrine/Db/EventListener/Chain.php similarity index 100% rename from lib/Doctrine/DB/EventListener/Chain.php rename to lib/Doctrine/Db/EventListener/Chain.php diff --git a/lib/Doctrine/DB/EventListener/Interface.php b/lib/Doctrine/Db/EventListener/Interface.php similarity index 100% rename from lib/Doctrine/DB/EventListener/Interface.php rename to lib/Doctrine/Db/EventListener/Interface.php diff --git a/lib/Doctrine/DB/Exception.php b/lib/Doctrine/Db/Exception.php similarity index 100% rename from lib/Doctrine/DB/Exception.php rename to lib/Doctrine/Db/Exception.php diff --git a/lib/Doctrine/DB/Firebird.php b/lib/Doctrine/Db/Firebird.php similarity index 100% rename from lib/Doctrine/DB/Firebird.php rename to lib/Doctrine/Db/Firebird.php diff --git a/lib/Doctrine/DB/Informix.php b/lib/Doctrine/Db/Informix.php similarity index 100% rename from lib/Doctrine/DB/Informix.php rename to lib/Doctrine/Db/Informix.php diff --git a/lib/Doctrine/DB/LazyConnector.php b/lib/Doctrine/Db/LazyConnector.php similarity index 100% rename from lib/Doctrine/DB/LazyConnector.php rename to lib/Doctrine/Db/LazyConnector.php diff --git a/lib/Doctrine/DB/Mssql.php b/lib/Doctrine/Db/Mssql.php similarity index 100% rename from lib/Doctrine/DB/Mssql.php rename to lib/Doctrine/Db/Mssql.php diff --git a/lib/Doctrine/DB/Mysql.php b/lib/Doctrine/Db/Mysql.php similarity index 100% rename from lib/Doctrine/DB/Mysql.php rename to lib/Doctrine/Db/Mysql.php diff --git a/lib/Doctrine/DB/Oracle.php b/lib/Doctrine/Db/Oracle.php similarity index 100% rename from lib/Doctrine/DB/Oracle.php rename to lib/Doctrine/Db/Oracle.php diff --git a/lib/Doctrine/DB/Pgsql.php b/lib/Doctrine/Db/Pgsql.php similarity index 100% rename from lib/Doctrine/DB/Pgsql.php rename to lib/Doctrine/Db/Pgsql.php diff --git a/lib/Doctrine/DB/Profiler.php b/lib/Doctrine/Db/Profiler.php similarity index 100% rename from lib/Doctrine/DB/Profiler.php rename to lib/Doctrine/Db/Profiler.php diff --git a/lib/Doctrine/DB/Profiler/Query.php b/lib/Doctrine/Db/Profiler/Query.php similarity index 100% rename from lib/Doctrine/DB/Profiler/Query.php rename to lib/Doctrine/Db/Profiler/Query.php diff --git a/lib/Doctrine/DB/Sqlite.php b/lib/Doctrine/Db/Sqlite.php similarity index 100% rename from lib/Doctrine/DB/Sqlite.php rename to lib/Doctrine/Db/Sqlite.php diff --git a/lib/Doctrine/DB/Statement.php b/lib/Doctrine/Db/Statement.php similarity index 100% rename from lib/Doctrine/DB/Statement.php rename to lib/Doctrine/Db/Statement.php