mirror of
https://github.com/dg/dibi.git
synced 2025-08-10 16:14:57 +02:00
Connection: added literal()
This commit is contained in:
@@ -604,6 +604,15 @@ class Connection
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* @return Literal
|
||||
*/
|
||||
public static function literal($value)
|
||||
{
|
||||
return new Literal($value);
|
||||
}
|
||||
|
||||
|
||||
/********************* misc ****************d*g**/
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user