Skip to content

Instantly share code, notes, and snippets.

View evox95's full-sized avatar
🎯

Mateusz Bartocha evox95

🎯
View GitHub Profile
@evox95
evox95 / mysql_exporter.php
Last active October 4, 2024 16:48
MySQL database export script for large databases with execution and memory limits
<?php
/**
* Database Export Script
*
* @license MIT License
*
* Copyright (c) 2023 Mateusz Bartocha
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@evox95
evox95 / OracleDoctrineTypeMappingListener.php
Last active June 5, 2018 18:51 — forked from phpfour/OracleDoctrineTypeMappingListener.php
Doctrine2 Oracle - fix for "ORA-01843: not a valid month"
<?php
namespace AppBundle\EventListener;
use Doctrine\DBAL\Event\ConnectionEventArgs;
use Doctrine\DBAL\Events;
use Doctrine\Common\EventSubscriber;
/**
* Changes Doctrine's default Oracle-specific column type mapping to Doctrine