|
|
|
|
|
by jiggawatts
1324 days ago
|
|
Many database engines can handle arrays, or table-valued variables which are basically the same thing. Most ORMs will also abstract away arrays for you, so you as the developer never need to deal with escaping of data in arrays. |
|
ORMs don't count. They're just editing the SQL.