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
- See [run-tests-against-multiple-db-versions.php](./run-tests-against-multiple-db-versions.php)
45
+
37
46
MS SQL Server, is theoretically supported but hasn't been tested.
38
-
Will provide more updates on MS SQL Server support once testing
39
-
on that DB engine has been done.
47
+
Will provide more updates on MS SQL Server support once testing on that DB engine has been done.
40
48
41
49
If you are using Sqlite, version sqlite 3.7.11 or higher is required.
42
50
@@ -111,7 +119,9 @@ Documentation for version 4.0.x+ can be found [here](https://github.com/rotexsof
111
119
112
120
Documentation for version 4.1.x+ can be found [here](https://github.com/rotexsoft/leanorm/blob/4.1.x/docs/index.md).
113
121
114
-
Documentation for version 5.x+ can be found [here](https://github.com/rotexsoft/leanorm/blob/master/docs/index.md).
122
+
Documentation for version 5.x+ can be found [here](https://github.com/rotexsoft/leanorm/blob/5.x/docs/index.md).
123
+
124
+
Documentation for version 6.x+ can be found [here](https://github.com/rotexsoft/leanorm/blob/master/docs/index.md).
115
125
116
126
Please submit an issue (preferably with a pull request) to address mistakes or omissions in the documentation or to propose improvements to the documentation.
117
127
@@ -129,7 +139,8 @@ New Test files must be manually added to the phpunit.xml.dist file in order for
129
139
130
140
These are the branches in this repository:
131
141
132
-
-**master:** contains code for the latest major version (5.x) of this package.
142
+
-**master:** contains code for the latest major version (6.x) of this package.
143
+
-**5.x:** contains code for the 5.x versions of this package. Only bug fixes should be added to this branch. This branch is feature complete.
133
144
-**4.1.x:** contains code for the 4.1.x versions of this package. Only bug fixes should be added to this branch. This branch is feature complete.
134
145
-**4.0.x:** contains code for the 4.0.x versions of this package. Only bug fixes should be added to this branch. This branch is feature complete.
135
146
-**3.x:** contains code for the 3.x versions of this package. Only bug fixes should be added to this branch. This branch is feature complete.
0 commit comments