|
@@ -173,7 +173,8 @@ private class PDOConnection implements Connection {
|
|
}
|
|
}
|
|
|
|
|
|
private class TypeStrategy {
|
|
private class TypeStrategy {
|
|
- public function new();
|
|
|
|
|
|
+ public function new() {
|
|
|
|
+ }
|
|
public function map(data : NativeArray) : Dynamic
|
|
public function map(data : NativeArray) : Dynamic
|
|
{
|
|
{
|
|
return throw "must override";
|
|
return throw "must override";
|