Remove incorrect comment about supporting only SQLite

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1962 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2008-07-30 12:55:42 +00:00
parent 0cc1c7f198
commit 347eff6788

View File

@ -1,10 +1,9 @@
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
#Note that at the moment it only implements SQLite. This will probably be extended.
#Also, ugly perl errors/and warnings are not currently wrapped. This probably will be cleaned
#perl errors/and warnings are not currently wrapped.
# This probably will be cleaned
#up
#Some known weird behaviors
#creating new sqlite db files when only requested to read non-existant table, easy to fix,
#but going for prototype
#class xcattable
package xCAT::Table;
use Sys::Syslog;