You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
6
6
# To Raw SQL
7
7
8
+
⚠️ The `toRawSql()` function is included by default in Laravel 10.14.2. You don't need to install this package if your Laravel version is greater than 10.14.1 ⚠️
9
+
8
10
Get raw SQL from Laravel Query Builder and Eloquent Builder
9
11
10
12
## Installation
@@ -36,6 +38,8 @@ DB::table('users')
36
38
37
39
## Version History
38
40
41
+
- 1.1.3
42
+
- Do not register the `toRawSql()` macro if the Laravel version is greater than 10.14.1
39
43
- 1.1.2
40
44
- throw ToRawSqlException when encountering PostgreSQL jsonb operator errors
0 commit comments