Selaa lähdekoodia

db_unixodbc: removed history and svn id

Daniel-Constantin Mierla 7 vuotta sitten
vanhempi
commit
727aef1f1e

+ 0 - 9
src/modules/db_unixodbc/connection.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * UNIXODBC module
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -22,13 +20,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
- *  2006-01-10  UID (username) and PWD (password) attributes added to
- *              connection string (bogdan)
- *  2006-05-05  extract_error passes back last error state on return (sgupta)
  */
 
 #include "connection.h"

+ 1 - 7
src/modules/db_unixodbc/connection.h

@@ -1,6 +1,4 @@
-/* 
- * $Id$
- *
+/*
  * UNIXODBC module
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -22,10 +20,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
  */
 
 

+ 3 - 9
src/modules/db_unixodbc/db_unixodbc.h

@@ -1,6 +1,4 @@
-/* 
- * $Id$ 
- *
+/*
  * UNIXODBC module interface
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -18,14 +16,10 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
  */
 
 #ifndef DB_MOD_H

+ 0 - 11
src/modules/db_unixodbc/dbase.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * UNIXODBC module core functions
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -22,15 +20,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
- *  2006-04-03  fixed invalid handle to extract error (sgupta)
- *  2006-04-04  removed deprecated ODBC functions, closed cursors on error
- *              (sgupta)
- *  2006-05-05  Fixed reconnect code to actually work on connection loss
- *              (sgupta)
  */
 
 

+ 0 - 6
src/modules/db_unixodbc/dbase.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * UNIXODBC module core functions
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -22,10 +20,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
  */
 
 

+ 3 - 11
src/modules/db_unixodbc/list.h

@@ -1,6 +1,4 @@
-/* 
- * $Id$ 
- *
+/*
  * UNIXODBC module
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -18,16 +16,10 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
- *  2006-04-04  simplified link list (sgupta)
- *  2006-05-05  removed static allocation of 1k per column data (sgupta)
  */
 
 #ifndef _UNIXODBC_LIST_H_

+ 0 - 8
src/modules/db_unixodbc/res.c

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * UNIXODBC module result related functions
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -22,12 +20,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
- *  2006-04-04  fixed memory leak in convert_rows (sgupta)
- *  2006-05-05  removed static allocation of 1k per column data (sgupta)
  */
 
 #include "../../core/mem/mem.h"

+ 3 - 9
src/modules/db_unixodbc/res.h

@@ -1,6 +1,4 @@
-/* 
- * $Id$ 
- *
+/*
  * UNIXODBC module result related functions
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -18,14 +16,10 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
  */
 
 #ifndef RES_H

+ 1 - 8
src/modules/db_unixodbc/row.c

@@ -1,6 +1,4 @@
-/* 
- * $Id$
- *
+/*
  * UNIXODBC module row related functions
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -22,11 +20,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
- *  2006-05-05  passing proper lengths of column data (sgupta)
  */
 
 #include "../../core/dprint.h"

+ 0 - 4
src/modules/db_unixodbc/val.c

@@ -20,10 +20,6 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
  */
 
 

+ 3 - 9
src/modules/db_unixodbc/val.h

@@ -1,6 +1,4 @@
-/* 
- * $Id$ 
- *
+/*
  * UNIXODBC module
  *
  * Copyright (C) 2005-2006 Marco Lorrai
@@ -18,14 +16,10 @@
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
  *
- * You should have received a copy of the GNU General Public License 
- * along with this program; if not, write to the Free Software 
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
  *
- *
- * History:
- * --------
- *  2005-12-01  initial commit (chgen)
  */