diff options
| author | Jesús Leganés Combarro "Piranna" <piranna@gmail.com> | 2012-05-27 15:51:48 +0200 |
|---|---|---|
| committer | Jesús Leganés Combarro "Piranna" <piranna@gmail.com> | 2012-05-27 15:51:48 +0200 |
| commit | 92757b0ee0c1543c14f28d3b045ff11ddf5f4297 (patch) | |
| tree | 5b562ec3cd374ee5ef13791f05a485b072aea802 | |
| parent | a15e726d7231bcbfa42c49384a4ca9187dc128d1 (diff) | |
| download | sqlparse-92757b0ee0c1543c14f28d3b045ff11ddf5f4297.tar.gz | |
Added mising sql file for tests
| -rw-r--r-- | tests/files/_Make_DirEntry.sql | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/files/_Make_DirEntry.sql b/tests/files/_Make_DirEntry.sql new file mode 100644 index 0000000..e877bf1 --- /dev/null +++ b/tests/files/_Make_DirEntry.sql @@ -0,0 +1,6 @@ +-- Make a new dir entry +-- and return its inode + + +INSERT INTO dir_entries(type) + VALUES(:type)
\ No newline at end of file |
