Giuseppe ef7aa271ac
Go: do not automatically close database objects (#11394)
Setting the finalizer prevents user from calling Close(),
as it would randomly result in SIGSEGV or some other silent memory corruption.
No finalizer is set for the database and user is expected to call Close() to
avoid memory leaks.
2024-06-04 16:06:49 +02:00
..
2024-02-07 01:16:00 +02:00
2024-05-14 15:40:03 -07:00
2024-04-22 18:44:33 -07:00
2024-02-07 01:16:00 +02:00