Timeline for Extracting authors and books from XML and inserting them into PostgreSQL
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Oct 20, 2022 at 5:09 | comment | added | Your Common Sense | @Dharman I thought "breaking fingers" and the foreach example speak for themselves. And I didn't shame no one, but the method. | |
| Oct 19, 2022 at 23:09 | comment | added | Dharman | I would explain why "using for to iterate over arrays is prehistoric.". Just shaming others for using it isn't very polite. | |
| Oct 13, 2022 at 5:46 | vote | accept | erohtpur | ||
| Oct 10, 2022 at 4:21 | history | edited | Your Common Sense | CC BY-SA 4.0 |
added 184 characters in body
|
| Oct 9, 2022 at 21:13 | comment | added | mickmackusa |
I'm not going to post a review. Perhaps you'd like to mention that /[^\da-z_]/i simplifies to /\W+/. Using a one-or-more quantifier makes potentially longer and fewer replacements.
|
|
| Oct 9, 2022 at 18:42 | history | edited | Your Common Sense | CC BY-SA 4.0 |
added 8 characters in body
|
| Oct 9, 2022 at 16:09 | history | edited | Your Common Sense | CC BY-SA 4.0 |
added 34 characters in body
|
| Oct 9, 2022 at 16:03 | history | answered | Your Common Sense | CC BY-SA 4.0 |