Statistics
| Branch: | Tag: | Revision:

root / pithos / backends / lib / sqlalchemy @ 12cd0417

Name Size
__init__.py 1.6 kB
dbworker.py 1.7 kB
dbwrapper.py 2.7 kB
groups.py 5.7 kB
node.py 32.9 kB
permissions.py 5.4 kB
public.py 2.7 kB
xfeatures.py 7.9 kB

Latest revisions

# Date Author Comment
12cd0417 10/27/2011 03:56 pm Sofia Papagiannaki

Fix sqlite & postgresql compatibility broken by fix for trailing spaces issue

Refs #1553

e414f54d 10/25/2011 01:24 pm Sofia Papagiannaki

Fixes trailing spaces handling

Fixes #1553

06de18f9 10/13/2011 05:55 pm Sofia Papagiannaki

Merge branch 'master' of https://code.grnet.gr/git/pithos

be266a11 10/13/2011 05:50 pm Sofia Papagiannaki

include milliseconds in mtime - specify decimal precision

Refs #1458

5e7485da 10/13/2011 04:41 pm Antony Chazapis

Merge policy into node. Needs database reset, or the following commands:

alter table policy rename to pre_policy;
create table if not exists policy
( node integer,
key text,
value text,...

8af4c26d 10/12/2011 10:10 pm Antony Chazapis

Bug fixes by NOC.

8ed4d90d 10/12/2011 01:29 am Antony Chazapis

Fix wrong autoincrement column. Make mysql tables use UTF-8

Refs #1458

26f81fe9 10/11/2011 07:07 pm Sofia Papagiannaki

specify mysql engine = innodb while creating tables & allow 0s in AUTO_INCREMENT column (requires new db after restarting mysqld)

Refs #1458

c48acbfd 10/11/2011 03:25 pm Sofia Papagiannaki

perform case sensitive varchar ordering, handle correctly utf8 columns and decimals

Refs #1458

62d938dc 10/10/2011 12:00 pm Sofia Papagiannaki

remove path from primary key
handle issue with inf

Refs #1458

View revisions

Also available in: Atom