cwconfig.py
changeset 4322 f65743cc53e4
parent 4252 6c4f109c2b03
child 4323 aae19998dd93
--- a/cwconfig.py	Fri Jan 22 08:40:38 2010 +0100
+++ b/cwconfig.py	Fri Jan 22 08:49:16 2010 +0100
@@ -1037,3 +1037,11 @@
         supported_backends = ('mysql', 'postgres', 'sqlite',)
 
     register_function(TEXT_LIMIT_SIZE)
+
+
+
+    class FSPATH(FunctionDescr):
+        supported_backends = ('postgres', 'sqlite',)
+        rtype = 'Bytes'
+
+    register_function(FSPATH)