pike.git/
lib/
modules/
Sql.pmod/
sybase.pike
Branch:
Tag:
Non-build tags
All tags
No tags
2014-12-04
2014-12-04 19:25:17 by Martin Nilsson <nilsson@opera.com>
576edce1c355fa3fddbb414bdd9d72f7b9240d3a (
12
lines) (+
4
/-
8
)
[
Show
|
Annotate
]
Branch:
bill/master_archive_support
Simplified dependencies.
5:
*/ #pike __REAL_VERSION__
+
#require constant(sybase.sybase)
-
// Cannot dump this since the #
if
constant(...)
check
below
may depend
-
//
on the presence of system libs at runtime.
+
// Cannot dump this since the #
require
check may depend on the
+
//
presence of system libs at runtime.
constant dont_dump_program = 1;
-
#if constant(sybase.sybase)
-
+
inherit sybase.sybase:mo; #define THROW(X) throw(({X+"\n",backtrace()}))
107:
return ::big_query(q); return ::big_query(.sql_util.emulate_bindings(q,bindings,this)); }
-
-
#else
-
constant this_program_does_not_exist=1;
-
#endif
+