cwconfig.py
changeset 4322 f65743cc53e4
parent 4252 6c4f109c2b03
child 4323 aae19998dd93
equal deleted inserted replaced
4321:80b455066c9a 4322:f65743cc53e4
  1035 
  1035 
  1036     class TEXT_LIMIT_SIZE(LIMIT_SIZE):
  1036     class TEXT_LIMIT_SIZE(LIMIT_SIZE):
  1037         supported_backends = ('mysql', 'postgres', 'sqlite',)
  1037         supported_backends = ('mysql', 'postgres', 'sqlite',)
  1038 
  1038 
  1039     register_function(TEXT_LIMIT_SIZE)
  1039     register_function(TEXT_LIMIT_SIZE)
       
  1040 
       
  1041 
       
  1042 
       
  1043     class FSPATH(FunctionDescr):
       
  1044         supported_backends = ('postgres', 'sqlite',)
       
  1045         rtype = 'Bytes'
       
  1046 
       
  1047     register_function(FSPATH)