From 347eff6788226bfd6e59fc4e1fc8f27248211cba Mon Sep 17 00:00:00 2001 From: lissav Date: Wed, 30 Jul 2008 12:55:42 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/Table.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/perl-xCAT/xCAT/Table.pm b/perl-xCAT/xCAT/Table.pm index 94f071258..1eaef9a3a 100644 --- a/perl-xCAT/xCAT/Table.pm +++ b/perl-xCAT/xCAT/Table.pm @@ -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;