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
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,8 +29,9 @@ Mainly by:
29
29
- Renamed `select` of `ez_mysqli` to `dbSelect`.
30
30
- Renamed class method and behavior of `selecting` to `select`.
31
31
- `selecting`, and new `inserting` methods, can be called without table name, only the other necessary parameters:
32
-
- The Table *name* with *prefix*, can be preset/stored with methods `tableSetup(name, prefix), or setTable(name), setPrefix(append)`, if called without presetting, `false` is returned.
33
-
- This **feature** will be added to **all** database access methods, each method name will have an `ing` ending added.
32
+
- The table *name* with *prefix*, can be preset/stored with methods `tableSetup(name, prefix), or setTable(name), setPrefix(append)`, if called without presetting, `false` is returned.
33
+
- This **feature** will be added to **all** database *CRUD* access methods , each method name will have an `ing` ending added.
34
+
- Removed global functions where `table` name passed in, use functions using preset table names ending with `ing`.
34
35
35
36
[__version 4__](https://github.com/ezSQL/ezsql/tree/v4) has many modern programming practices in which will break users of version 3.
0 commit comments