koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/misc koha.mysql,1.3,1.4


From: MJ Ray
Subject: [Koha-cvs] CVS: koha/misc koha.mysql,1.3,1.4
Date: Wed, 09 Jul 2003 09:19:21 -0700

Update of /cvsroot/koha/koha/misc
In directory sc8-pr-cvs1:/tmp/cvs-serv18760

Modified Files:
        koha.mysql 
Log Message:
fixing bug 98 by quoting field and table names

Index: koha.mysql
===================================================================
RCS file: /cvsroot/koha/koha/misc/koha.mysql,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** koha.mysql  25 Mar 2003 05:13:26 -0000      1.3
--- koha.mysql  9 Jul 2003 16:19:19 -0000       1.4
***************
*** 1,24 ****
! # MySQL dump 7.1
  #
! # Host: localhost    Database: c4test
! #--------------------------------------------------------
! # Server version      3.22.32-log
  
  #
  # Table structure for table 'accountlines'
  #
! CREATE TABLE accountlines (
[...1640 lines suppressed...]
  # Table structure for table 'users'
  #
! CREATE TABLE users (
!   usercode varchar(10),
!   username text,
!   password text,
!   level smallint(6)
  );
  
--- 826,835 ----
  # Table structure for table 'users'
  #
! 
! CREATE TABLE `users` (
!   `usercode` varchar(10) default NULL,
!   `username` text,
!   `password` text,
!   `level` smallint(6) default NULL
  );
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]