Skip to content
Snippets Groups Projects
Commit 6ddc7f1f authored by Per Hedbor's avatar Per Hedbor
Browse files

Mysql.SqlTable requires Mysql.

parent 18ad3b3b
No related branches found
No related tags found
No related merge requests found
#pike __REAL_VERSION__ #pike __REAL_VERSION__
#if !constant (___Mysql)
constant this_program_does_not_exist = 1;
#else // !___Mysql
//! This class provides some abstractions on top of an SQL table. //! This class provides some abstractions on top of an SQL table.
//! //!
...@@ -1760,3 +1763,4 @@ protected string make_set_clause (mapping(string:mixed) rec, ...@@ -1760,3 +1763,4 @@ protected string make_set_clause (mapping(string:mixed) rec,
return buf->get(); return buf->get();
} }
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment