Skip to content Skip to sidebar Skip to footer
Showing posts with the label Triggers

Python Time Range Validator

I have 2 parameters in DB: start and stop. value for them can be eg 07:00-23:00 or 23:00-07:00 (st… Read more Python Time Range Validator

To Convert From Python Arrays To Postgresql Quickly?

This is a follow-up question to: How to cast to int array in PostgreSQL? I am thinking how to conve… Read more To Convert From Python Arrays To Postgresql Quickly?

Python Win32service - Getting Triggered Startup Information For Service

win32 API QueryServiceConfig2 function supports the SERVICE_CONFIG_TRIGGER_INFO structure to get ev… Read more Python Win32service - Getting Triggered Startup Information For Service