Files
turso/core
Pekka Enberg 5b8f00cb8d Merge 'Fixes like function when pattern has regex meta chars' from Vrishabh
Fixes #552
In our construct regex function, we were not escaping the required
characters properly which was causing the failure.
Limbo output with this branch
```
limbo> select like('\%A', '\A');
1
limbo> select like('A$%', 'A$');
1
limbo> select like('%a.a', 'aaaa');
0
```

Closes #553
2024-12-27 18:35:47 +02:00
..
2024-12-27 10:20:41 +02:00
2024-12-26 15:08:11 -08:00
2024-12-20 11:32:57 +01:00
2024-12-26 15:08:11 -08:00
2024-12-24 18:04:30 +01:00
2024-12-27 10:20:41 +02:00