root / pykota / trunk / pykota / storages / pgstorage.py @ 1717

Revision 1717, 8.1 kB (checked in by jalet, 20 years ago)

First version of dumpykota. Works fine but only with PostgreSQL backend
for now.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1# PyKota
2# -*- coding: ISO-8859-15 -*-
3#
4# PyKota : Print Quotas for CUPS and LPRng
5#
6# (c) 2003-2004 Jerome Alet <alet@librelogiciel.com>
7# This program is free software; you can redistribute it and/or modify
8# it under the terms of the GNU General Public License as published by
9# the Free Software Foundation; either version 2 of the License, or
10# (at your option) any later version.
11#
12# This program is distributed in the hope that it will be useful,
13# but WITHOUT ANY WARRANTY; without even the implied warranty of
14# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15# GNU General Public License for more details.
16#
17# You should have received a copy of the GNU General Public License
18# along with this program; if not, write to the Free Software
19# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
20#
21# $Id$
22#
23# $Log$
24# Revision 1.37  2004/09/14 22:29:12  jalet
25# First version of dumpykota. Works fine but only with PostgreSQL backend
26# for now.
27#
28# Revision 1.36  2004/06/03 23:14:11  jalet
29# Now stores the job's size in bytes in the database.
30# Preliminary work on payments storage : database schemas are OK now,
31# but no code to store payments yet.
32# Removed schema picture, not relevant anymore.
33#
34# Revision 1.35  2004/02/02 22:44:16  jalet
35# Preliminary work on Relationnal Database Independance via DB-API 2.0
36#
37# Revision 1.34  2004/01/12 15:12:50  jalet
38# Small fix for history
39#
40# Revision 1.33  2004/01/12 14:44:47  jalet
41# Missing space in SQL query
42#
43# Revision 1.32  2004/01/12 14:35:02  jalet
44# Printing history added to CGI script.
45#
46# Revision 1.31  2004/01/10 09:44:02  jalet
47# Fixed potential accuracy problem if a user printed on several printers at
48# the very same time.
49#
50# Revision 1.30  2004/01/08 16:33:27  jalet
51# Additionnal check to not create a circular printers group.
52#
53# Revision 1.29  2004/01/08 16:24:49  jalet
54# edpykota now supports adding printers to printer groups.
55#
56# Revision 1.28  2004/01/08 14:10:33  jalet
57# Copyright year changed.
58#
59# Revision 1.27  2004/01/06 14:24:59  jalet
60# Printer groups should be cached now, if caching is enabled.
61#
62# Revision 1.26  2003/12/29 14:12:48  uid67467
63# Tries to workaround possible integrity violations when retrieving printer groups
64#
65# Revision 1.25  2003/12/27 16:49:25  uid67467
66# Should be ok now.
67#
68# Revision 1.24  2003/11/29 22:02:14  jalet
69# Don't try to retrieve the user print quota information if current printer
70# doesn't exist.
71#
72# Revision 1.23  2003/11/23 19:01:37  jalet
73# Job price added to history
74#
75# Revision 1.22  2003/11/21 14:28:46  jalet
76# More complete job history.
77#
78# Revision 1.21  2003/11/12 13:06:38  jalet
79# Bug fix wrt no user/group name command line argument to edpykota
80#
81# Revision 1.20  2003/10/09 21:25:26  jalet
82# Multiple printer names or wildcards can be passed on the command line
83# separated with commas.
84# Beta phase.
85#
86# Revision 1.19  2003/10/08 07:01:20  jalet
87# Job history can be disabled.
88# Some typos in README.
89# More messages in setup script.
90#
91# Revision 1.18  2003/10/07 09:07:30  jalet
92# Character encoding added to please latest version of Python
93#
94# Revision 1.17  2003/10/06 13:12:28  jalet
95# More work on caching
96#
97# Revision 1.16  2003/10/03 18:01:49  jalet
98# Nothing interesting...
99#
100# Revision 1.15  2003/10/03 12:27:03  jalet
101# Several optimizations, especially with LDAP backend
102#
103# Revision 1.14  2003/10/03 08:57:55  jalet
104# Caching mechanism now caches all that's cacheable.
105#
106# Revision 1.13  2003/10/02 20:23:18  jalet
107# Storage caching mechanism added.
108#
109# Revision 1.12  2003/08/17 14:20:25  jalet
110# Bug fix by Oleg Biteryakov
111#
112# Revision 1.11  2003/07/29 20:55:17  jalet
113# 1.14 is out !
114#
115# Revision 1.10  2003/07/16 21:53:08  jalet
116# Really big modifications wrt new configuration file's location and content.
117#
118# Revision 1.9  2003/07/14 17:20:15  jalet
119# Bug in postgresql storage when modifying the prices for a printer
120#
121# Revision 1.8  2003/07/14 14:18:17  jalet
122# Wrong documentation strings
123#
124# Revision 1.7  2003/07/09 20:17:07  jalet
125# Email field added to PostgreSQL schema
126#
127# Revision 1.6  2003/07/07 11:49:24  jalet
128# Lots of small fixes with the help of PyChecker
129#
130# Revision 1.5  2003/07/07 08:33:19  jalet
131# Bug fix due to a typo in LDAP code
132#
133# Revision 1.4  2003/06/30 13:54:21  jalet
134# Sorts by user / group name
135#
136# Revision 1.3  2003/06/25 14:10:01  jalet
137# Hey, it may work (edpykota --reset excepted) !
138#
139# Revision 1.2  2003/06/12 21:09:57  jalet
140# wrongly placed code.
141#
142# Revision 1.1  2003/06/10 16:37:54  jalet
143# Deletion of the second user which is not needed anymore.
144# Added a debug configuration field in /etc/pykota.conf
145# All queries can now be sent to the logger in debug mode, this will
146# greatly help improve performance when time for this will come.
147#
148#
149#
150#
151
152from pykota.storage import PyKotaStorageError,BaseStorage,StorageObject,StorageUser,StorageGroup,StoragePrinter,StorageJob,StorageLastJob,StorageUserPQuota,StorageGroupPQuota
153from pykota.storages.sql import SQLStorage
154
155try :
156    import pg
157except ImportError :   
158    import sys
159    # TODO : to translate or not to translate ?
160    raise PyKotaStorageError, "This python version (%s) doesn't seem to have the PygreSQL module installed correctly." % sys.version.split()[0]
161
162class Storage(BaseStorage, SQLStorage) :
163    def __init__(self, pykotatool, host, dbname, user, passwd) :
164        """Opens the PostgreSQL database connection."""
165        BaseStorage.__init__(self, pykotatool)
166        try :
167            (host, port) = host.split(":")
168            port = int(port)
169        except ValueError :   
170            port = -1         # Use PostgreSQL's default tcp/ip port (5432).
171       
172        try :
173            self.database = pg.connect(host=host, port=port, dbname=dbname, user=user, passwd=passwd)
174        except pg.error, msg :
175            raise PyKotaStorageError, msg
176        else :   
177            self.closed = 0
178            self.tool.logdebug("Database opened (host=%s, port=%s, dbname=%s, user=%s)" % (host, port, dbname, user))
179           
180    def close(self) :   
181        """Closes the database connection."""
182        if not self.closed :
183            self.database.close()
184            self.closed = 1
185            self.tool.logdebug("Database closed.")
186       
187    def beginTransaction(self) :   
188        """Starts a transaction."""
189        self.database.query("BEGIN;")
190        self.tool.logdebug("Transaction begins...")
191       
192    def commitTransaction(self) :   
193        """Commits a transaction."""
194        self.database.query("COMMIT;")
195        self.tool.logdebug("Transaction committed.")
196       
197    def rollbackTransaction(self) :     
198        """Rollbacks a transaction."""
199        self.database.query("ROLLBACK;")
200        self.tool.logdebug("Transaction aborted.")
201       
202    def doRawSearch(self, query) :
203        """Does a raw search query."""
204        query = query.strip()   
205        if not query.endswith(';') :   
206            query += ';'
207        try :
208            self.tool.logdebug("QUERY : %s" % query)
209            result = self.database.query(query)
210        except pg.error, msg :   
211            raise PyKotaStorageError, msg
212        else :   
213            return result
214           
215    def doSearch(self, query) :       
216        """Does a search query."""
217        result = self.doRawSearch(query)
218        if (result is not None) and (result.ntuples() > 0) : 
219            return result.dictresult()
220       
221    def doModify(self, query) :
222        """Does a (possibly multiple) modify query."""
223        query = query.strip()   
224        if not query.endswith(';') :   
225            query += ';'
226        try :
227            self.tool.logdebug("QUERY : %s" % query)
228            result = self.database.query(query)
229        except pg.error, msg :   
230            raise PyKotaStorageError, msg
231        else :   
232            return result
233           
234    def doQuote(self, field) :
235        """Quotes a field for use as a string in SQL queries."""
236        if type(field) == type(0.0) : 
237            typ = "decimal"
238        elif type(field) == type(0) :   
239            typ = "int"
240        elif type(field) == type(0L) :   
241            typ = "int"
242        else :   
243            typ = "text"
244        return pg._quote(field, typ)
Note: See TracBrowser for help on using the browser.