Martin Blais napisaĆ(a):
> See
> http://furius.ca/antiorm/ for something simple that works well.
I'd like to know what is this module/library good for *before* I start
downloading it. "Almost like ORM but not exactly" is rather vague term
and can denote anything. Is it dishwasher? Or microwave ov
On 24 Apr 2006 00:38:42 -0700, Serge Orlov <[EMAIL PROTECTED]> wrote:
> fyleow wrote:
> > I just spent hours trying to figure out why even after I set my SQL
> > table attributes to UTF-8 only garbage kept adding into the database.
> > Apparently you need to execute "SET NAMES 'utf8'" before insert
fyleow wrote:
> I just spent hours trying to figure out why even after I set my SQL
> table attributes to UTF-8 only garbage kept adding into the database.
> Apparently you need to execute "SET NAMES 'utf8'" before inserting into
> the tables.
>
> Does anyone have experience working with other lang