Marti Raudsepp

Results 331 comments of Marti Raudsepp

Oh, right you are. I'm surprised that inserting `''` has different behavior. But if empty LOB values are valid then we should support them as well. I'll have to dig...

My oracle_fdw project has been on the backburner lately, but I will revisit this.

Added tests. Inserting seems to work fine using the same logic as CLOB type. Or are there any gotchas that didn't occur to me?

Haven't done any measuring, but issue may be moot now that #20 is merged, topy will use the faster lxml parser if it's available.

+1 for adding some way to configure exceptions in Topy. But note that I haven't had motivation to work on this project for a long time. I think there will...

Unfortunately it's not as easy as it sounds. The rules from Wikipedia generally can deal with capitalized initial letters, but the replacements are case-sensitive, they cannot deal with allcaps words...

I'm not convinced yet. Implementing it like that, it would be easily misunderstood by users and I suspect I would get bug reports of it doing the Wrong Thing with...

A streaming mode using stdin/stdout seems pretty useful.

I found this in Django wiki (GSoC 2023): https://code.djangoproject.com/wiki/SummerOfCode2023#Mergingdjango-typesbackintodjango-stubs I'm wondering if you agree with this characterisation: > There is a spin-off project from django-stubs called django-types. The original intention...

Here's also a description about django-stubs/django-types differences: * https://github.com/typeddjango/django-stubs/issues/579#issuecomment-950200788