rsql 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,11 +0,0 @@
1
- # Dummy up some MySQL constants.
2
- module RSQL
3
- class Mysql
4
- class Error < Exception
5
- end
6
- class Field
7
- TYPE_TINY_BLOB = 1
8
- TYPE_STRING = 2
9
- end
10
- end
11
- end